File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1554,8 +1554,10 @@ Input object type extensions have the potential to be invalid if incorrectly def
1554
1554
A GraphQL list is a special collection type which declares the type of each
1555
1555
item in the List (referred to as the *item type* of the list). List values are
1556
1556
serialized as ordered lists , where each item in the list is serialized as per
1557
- the item type . To denote that a field uses a List type the item type is wrapped
1558
- in square brackets like this : `pets : [Pet ]`.
1557
+ the item type .
1558
+
1559
+ To denote that a field uses a List type the item type is wrapped in square brackets
1560
+ like this : `pets : [Pet ]`. Nesting lists is allowed : `matrix : [[Int ]]`.
1559
1561
1560
1562
**Result Coercion **
1561
1563
You can’t perform that action at this time.
0 commit comments