forked from spring-projects/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.
Configure additional GraphQL schema files
Prior to this commit, the GraphQL auto-configuration would provide configuration properties for specifying the locations and file extensions of schema files to be scanned during startup. This commit adds a new "spring.graphql.schema.additional-files" that applications can use to point at particular files, like "classpath:mylocation/schema.graphqls". These files will be parsed and considered for the schema in addition to the scanned ones. Closes spring-projectsgh-42792
- Loading branch information
Showing
3 changed files
with
39 additions
and
8 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
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