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.
graphiql config headers do not work in new release 12.0.0 #726
Closed
Description
I upgraded the starter from 11.1.0 to 12.0.0.
Before I upgrade, I config the graphiql in application.yml
graphiql: mapping: / headers: test: test
When I post one graphql query, I can see we have one added header test:test
But after I upgrade to 12.0.0, I config the graphiql as below per new format
graphql: graphiql: enabled: true mapping: / headers: test: test
I expect I can see the added header but not.
Is there one bug for the graphiql config in appliation.yml?
Can anyone help to take a look? thanks.
Activity
fix(graphql-java-kickstart#726): fix GraphiQL configuration
fix(graphql-java-kickstart#726): fix GraphiQL configuration
BlasiusSecundus commentedon Oct 5, 2021
A fix is in progress. Meanwhile, you can setup headers in the old fashioned way (before the starter reorganization):
fix(graphql-java-kickstart#726): fix GraphiQL configuration
fix(graphql-java-kickstart#726): fix GraphiQL configuration