We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad56eed commit cb9bf84Copy full SHA for cb9bf84
src/test/groovy/graphql/kickstart/tools/SchemaParserSpec.groovy
@@ -373,7 +373,7 @@ class SchemaParserSpec extends Specification {
373
noExceptionThrown()
374
}
375
376
- def "NonNull and nullable arguments returning it's GraphQLInputObjectType "() {
+ def "NonNull and nullable input arguments should resolve to GraphQLInputObjectType"() {
377
when:
378
GraphQLSchema schema = SchemaParser.newParser().schemaString('''\
379
type Query {
0 commit comments