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
The schema has some vague nods toward various directives like @deprecated but the DSL parser doesn't actually look for any directives. Implement the directives as defined in the spec: https://spec.graphql.org/June2018/#sec-Type-System.Directives
The text was updated successfully, but these errors were encountered:
The schema has some vague nods toward various directives like
@deprecated
but the DSL parser doesn't actually look for any directives. Implement the directives as defined in the spec: https://spec.graphql.org/June2018/#sec-Type-System.DirectivesThe text was updated successfully, but these errors were encountered: