625f0b685bfb9836a236d171c938e3874ba37aec
Prior to this commit, the schema locations configured with `spring.graphql.schema.locations` could fail in several cases: * one of the provided locations cannot be resolved as a Resource * none of the provided locations holds an actual schema file The latter can happen if several classpath locations match a given location and the wrong one is considered first. This commit introduces a new `MissingSchemaException` that holds the locations information. We're adding the relevant FailureAnalyzer to help developers troubleshoot such configurations issues. Fixes gh-117
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%