forked from graphql-java-kickstart/graphql-spring-boot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(graphql-java-kickstart#726): fix GraphiQL configuration
There was some inconsistency in configuration handling. The `GraphiQLProperties` were not used for headers and GraphiQL props. Instead, the properties were manually loaded. This part, however, was not updated with the starter reorganization, and expected the variables in the old place (`graphiql.props.variables.`). This commit fixes this by using the props / headers from the configuration properties.
- Loading branch information
1 parent
c11a84f
commit 629a55a
Showing
9 changed files
with
99 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
67 changes: 0 additions & 67 deletions
67
...toconfigure/src/main/java/graphql/kickstart/autoconfigure/editor/PropertyGroupReader.java
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
...-boot-autoconfigure/src/main/java/graphql/kickstart/autoconfigure/editor/PropsLoader.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.