We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Progress of the issue based on the Contributor Workflow
@graphql-yoga/*
Describe the bug
When your setup the headers option in graphIQL like
headers
renderGraphiQL({ endpoint: this.config.graphQLPath, subscriptionEndpoint: this.config.subscriptionsPath, headers: JSON.stringify({ 'X-Parse-Application-Id': this.parseServer.config.appId, 'X-Parse-Master-Key': this.parseServer.config.masterKey, }), })
To Reproduce Steps to reproduce the behavior:
setup the headers options, run GIQL, open a new GIQL tab. The headers is not recycled.
Expected behavior
To recycle the headers
Environment:
Additional context
The text was updated successfully, but these errors were encountered:
defaultHeaders
dimaMachina
Successfully merging a pull request may close this issue.
Issue workflow progress
Progress of the issue based on the Contributor Workflow
@graphql-yoga/*
packages that you are using.Describe the bug
When your setup the
headers
option in graphIQL likeTo Reproduce
Steps to reproduce the behavior:
setup the headers options, run GIQL, open a new GIQL tab. The headers is not recycled.
Expected behavior
To recycle the headers
Environment:
@graphql-yoga/*
version(s):Additional context
The text was updated successfully, but these errors were encountered: