Skip to content

Commit bf02bcc

Browse files
author
Matt Jones
committed
non-null indicator should go after the type
1 parent 85552e2 commit bf02bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 5 -- Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1496,7 +1496,7 @@ and inner types. A nullable list cannot be passed to a non-null list, and a list
14961496
of nullable values cannot be passed to a list of non-null values.
14971497

14981498
```graphql
1499-
query nonNullListToList($nonNullBooleanList: ![Boolean]) {
1499+
query nonNullListToList($nonNullBooleanList: [Boolean]!) {
15001500
arguments {
15011501
booleanListArgField(booleanListArg: $nonNullBooleanList)
15021502
}

0 commit comments

Comments
 (0)