You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am using https://github.com/0no-co/gql.tada which introduces an @_unmask directive which isn't in my actual schema. I can't use it without disabling this ESLint rule, which is a bummer
Describe the solution you'd like
allow specifying that @_unmask is allowed in addition to whatever is in my schema
Describe alternatives you've considered
just disabling it when I use it
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am using https://github.com/0no-co/gql.tada which introduces an
@_unmask
directive which isn't in my actual schema. I can't use it without disabling this ESLint rule, which is a bummerDescribe the solution you'd like
allow specifying that
@_unmask
is allowed in addition to whatever is in my schemaDescribe alternatives you've considered
just disabling it when I use it
Additional context
The text was updated successfully, but these errors were encountered: