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

Fix Gateway / Playground Query Plan view #3418

Merged
merged 2 commits into from
Oct 17, 2019

Conversation

trevor-scheer
Copy link
Member

@trevor-scheer trevor-scheer commented Oct 16, 2019

This commit revisits recent changes from PR #3376 which broke
Playground's ability to detect support for the Query Plan view.

Playground's internals decide that QP is supported based on the
response from the first introspection query. The previously mentioned
PR broke this by not providing any response.extensions.__queryPlanExperimental
at all. This makes sense for debug mode, but Playground still needs
some form of hint to know that it's supported and continue sending
the Apollo-Query-Plan-Experimental header.

This commit revisits recent changes from PR #3376 which broke
Playground's ability to detect support for the Query Plan view.

Playground's internals decide that QP is supported based on the
response from the first introspection query. The previously mentioned
PR broke this by not providing any response.extensions.__queryPlanExperimental
at all. This makes sense for debug mode, but Playground still needs
some form of hint to know that it's supported and continue sending
the Apollo-Query-Plan-Experimental header.
Copy link
Contributor

@jhampton jhampton left a comment

Choose a reason for hiding this comment

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

LGTM for an immediate fix!

@trevor-scheer trevor-scheer merged commit 7abbb94 into master Oct 17, 2019
@trevor-scheer trevor-scheer deleted the trevor/gateway-playground-queryplan branch October 17, 2019 14:47
abernix pushed a commit to apollographql/federation that referenced this pull request Sep 4, 2020
…#3418)

This commit revisits recent changes from PR apollographql/apollo-server#3376 which broke
Playground's ability to detect support for the Query Plan view.

Playground's internals decide that QP is supported based on the
response from the first introspection query. The previously mentioned
PR broke this by not providing any response.extensions.__queryPlanExperimental
at all. This makes sense for debug mode, but Playground still needs
some form of hint to know that it's supported and continue sending
the Apollo-Query-Plan-Experimental header.
Apollo-Orig-Commit-AS: apollographql/apollo-server@7abbb94
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants