c6d10d3ab8a8ee1555aae8da53c41b420f444765
Prior to this commit, the `GraphQlTester#executeAndVerify` method would check that an `"$.errors"` JSON path exists within the response and contains no value. This should fail with valid GraphQL responses, as the spec says that a response with no error should not contain the errors map at all: http://spec.graphql.org/draft/#sec-Errors This commit changes the assertion and instead checks for the absence of the errors map in the response. Fixes gh-318
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%
