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 GraphQL specification defines two built-in directives that can be used in executable documents: @skip and @include. However, a conforming implementation doesn't necessarily need to have this, as the specification says:
GraphQL implementations should [emphasis mine] provide the @skip and @include directives.
The text was updated successfully, but these errors were encountered:
The GraphQL specification defines two built-in directives that can be used in executable documents:
@skip
and@include
. However, a conforming implementation doesn't necessarily need to have this, as the specification says:The text was updated successfully, but these errors were encountered: