This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Upgrade Graphiql to enable headers #441
Closed
Description
Is your feature request related to a problem? Please describe.
Currently, the GraphiQL SpringBoot starter does not support adding dynamic headers.
Describe the solution you'd like
With the newest version of GraphiQL, a new tab was added which allows for dynamic headers. graphql-spring-boot
should use that latest version. See the GraphiQL issue provided under additional context.
Describe alternatives you've considered
The alternative is to set the header in the application config, but this is a static header. Changing headers requires a restart.
Additional context
graphql/graphiql#59