apollographql / apollo-server

🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

Home Page:https://www.apollographql.com/docs/apollo-server/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apollo sandbox use query http headers to fetch the schema

JuVincent opened this issue · comments

Issue Description

Hello

I am developing an App with apollo gateway, i use Apollo sandbox to test my queries and mutations.

Sometimes i add an http headers on a query tab
Then when i want to refetch my schema, the refetch schema action has an unexpected behavior.
The action uses headers defines in the active query tab.

For me the refetch schema button should only used shared headers and not used specific http headers define in query tab

thanks for your answer

Link to Reproduction

no-link-to-provide

Reproduction Steps

No response