5c7b809aa390e399c300efc477069682eed7de47
This commit simplifies the `GraphQL` configuration by focusing the infrastructure around the `GraphQlSource` auto-configuration. With this commit, the auto-configuration contributes a single `GraphQlSource` bean and removes the previoulsy contributed beans: `GraphQlSource.Builder` and `RuntimeWiring`. If a developer wants to take full control over the GraphQL setup, then contributing a `GraphQlSource` bean is the easiest solution. This commit also improves the `GraphQlSource.Builder` and allows for customizing the `RuntimeWiring.Builder` instead of providing a direct instance. This aligns well with the `RuntimeWiringBuilderCustomizer` interface provided by the starter. Closes gh-101
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%