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
15541554A GraphQL list is a special collection type which declares the type of each
15551555item in the List (referred to as the *item type* of the list). List values are
15561556serialized 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 ]]`.
15591561
15601562**Result Coercion **
15611563
You can’t perform that action at this time.
0 commit comments