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
Hi! We use graphql mesh to mesh different endpoint including some API with header parameters.
It's possible to provide those headers in a web UI however headers are not stored in a history which is not convenient.
I've checked Graphiql documentation and it looks like shouldPersistHeaders is not set
shouldPersistHeaders
You can find docs here: https://graphiql-test.netlify.app/typedoc/modules/graphiql.html
Could you please check it and advise how can it be reached with graphql mesh service?
Thank you!
The text was updated successfully, but these errors were encountered:
@ThePlenkov Did you finally manage to set the shouldPersistHeaders for the Yoga instance in GraphQL Mesh?
Sorry, something went wrong.
no - i didn't check so far
No branches or pull requests
Hi! We use graphql mesh to mesh different endpoint including some API with header parameters.
It's possible to provide those headers in a web UI however headers are not stored in a history which is not convenient.
I've checked Graphiql documentation and it looks like
shouldPersistHeaders
is not setYou can find docs here: https://graphiql-test.netlify.app/typedoc/modules/graphiql.html
Could you please check it and advise how can it be reached with graphql mesh service?
Thank you!
The text was updated successfully, but these errors were encountered: