0587913ccb58e337129d10b623145dd972cfd760
As of gh-117, the GraphQlAutoConfiguration throws an exception if no schema file was found while scanning configured locations. This prevents developers from manually configuring the schema using `GraphQlSourceBuilderCustomizer` instances. This commit ensures that a `MissingSchemaException` is only raised if no schema was configured at the time we're building the actual GraphQlSource. This exception is later wrapped by the GraphQlAutoConfiguration to raise an `InvalidSchemaLocationsException` with useful information about configured schema locations. Fixes gh-124
Spring GraphQL 
GraphQL support for Spring applications with GraphQL Java.
Code of Conduct
This project is governed by the Spring Code of Conduct. By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.
Documentation
This project has reference documentation (published and source), an API reference, and samples.
Continuous Integration Builds
Information regarding CI builds can be found in the Spring GraphQL Concourse pipeline documentation.
Stay in Touch
Follow @SpringCentral.
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%