-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[graphiql] show response headers in UI #3025
Comments
this has been requested many times! this was part of orta's design as well I propose we implement this as a plugin and an extension of the plugin system, similarly to |
I was also hoping this panel could have plugin tabs for operation tracing as well, and other diagnostics/metadata potentially |
I have plans to extend the plugin system to support this this year! However, first we need to convert the graphiql state management away from context |
It would be great if there was a way to show the response headers in the GraphiQL UI. This would be great for use cases where you implement stuff like
E-Tag
andIf-None-Match
on top of GraphQL.The text was updated successfully, but these errors were encountered: