95bfe2e318db856ddc57fb5d26136de64c37aac8
Prior to this commit, the `GraphQLAutoConfiguration` would only consider the case where the GraphQL schema is read as an SDL from a configured location. GraphQL also supports the programmatic creation of the schema and this case needs to be supported by the auto-configuration. This commit updates the auto-configuration to disable the schema creation from the SDL if a `GraphQL.Builder` bean is already contributed by the application. Fixes gh-4
Spring GraphQL
Experimental project to create GraphQL support for Spring applications.
License
This project is released under version 2.0 of the Apache License.
Description
Languages
Java
97.9%
CSS
1.2%
Shell
0.7%
HTML
0.2%