-
Couldn't load subscription status.
- Fork 2.1k
Forbid @skip and @include directives in subscription root selection #3974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for compassionate-pike-271cb3 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Hi @benjie, I'm @github-actions bot happy to help you with this PR 👋 Supported commandsPlease post this commands in separate comments and only one per comment:
|
|
GraphQL v17 would be a good time to add this "breaking change" @graphql/graphql-js-reviewers |
2ffbde6 to
93f71d8
Compare
3d0f625 to
794e73a
Compare
This is an implementation of graphql/graphql-spec#860
The spec calls for a separate
CollectSubscriptionFieldsalgorithm due to executing withoutvariableValues; but I figured that maintenance would be easier with the algorithms synchronized.Please feel free to make any changes you need to this PR; it's just to get the ball rolling.
Related GraphQL WG action item (from 2021!): graphql/graphql-wg#695