Skip to content
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

support defer in introspection queries #153

Merged
merged 2 commits into from
Aug 19, 2022

Conversation

Geal
Copy link
Contributor

@Geal Geal commented Aug 19, 2022

Fix apollographql/router#1544

introspection queries can get a list of supported directives, so if the
defer directive is active in query planning, it should be active in
introspection as well

introspection queries can get a list of supported directives, so if the
defer directive is active in query planning, it should be active in
introspection as well
Copy link
Contributor

@o0Ignition0o o0Ignition0o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@Geal Geal merged commit 91d2bf0 into main Aug 19, 2022
@Geal Geal deleted the geal/support-defer-in-introspection branch August 19, 2022 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

the @defer directive is not returned by introspection queries
2 participants