You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
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.