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 6da9730 commit beef012Copy full SHA for beef012
src/test/groovy/graphql/DefaultValuesTest.groovy
@@ -61,7 +61,7 @@ class DefaultValuesTest extends Specification {
61
// The variable is NOT present in the variables map it should use a default
62
// value from the variable declaration
63
//
64
- // https://spec.graphql.org/October2021/#sec-Coercing-Variable-Values
+ // https://spec.graphql.org/draft/#sec-Coercing-Variable-Values
65
66
when:
67
ei = newExecutionInput('''
0 commit comments