-
Notifications
You must be signed in to change notification settings - Fork 692
Add support for directives on directive definitions #6803
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
✅ Docs preview has no changesThe preview was not built because there were no changes. Build ID: eb153bff2f4b7743a02e13b7 |
4136952 to
55cbd1e
Compare
|
Related graphql-js PR: graphql/graphql-js#4521 |
martinbonnin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except this should be opt-in until this is in the spec.
Also do you mind updating the execution part of it? (here) Or I can do it later if you prefer.
libraries/apollo-ast/src/commonMain/kotlin/com/apollographql/apollo/ast/gql.kt
Show resolved
Hide resolved
libraries/apollo-ast/src/commonMain/kotlin/com/apollographql/apollo/ast/internal/Parser.kt
Outdated
Show resolved
Hide resolved
libraries/apollo-ast/src/commonMain/kotlin/com/apollographql/apollo/ast/gql.kt
Show resolved
Hide resolved
846da91 to
db06df6
Compare
This is based on this draft spec change.