96f158b682985d7be5137ead45f267c251232468
Prior to this commit, the `GraphQlArgumentBinder` would use the default `DataBinder` configuration, including its `DEFAULT_AUTO_GROW_COLLECTION_LIMIT` which is 256. While this is a sensible default value for many use cases, GraphQL applications are data oriented. This commit configures a larger default for GraphQL applications at 1024. This also provides a way to configure the underlying data binder before the binding proces starts. Closes gh-392
Spring for 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 project's 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%