Skip to content

Commit 934e72e

Browse files
msolomonbenjie
andauthored
Update spec/Section 3 -- Type System.md
Accept Benjie's suggestion Co-authored-by: Benjie <[email protected]>
1 parent f4fb1bd commit 934e72e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

spec/Section 3 -- Type System.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,8 +1548,9 @@ Fields may accept arguments to configure their behavior. These inputs are often
15481548
scalars or enums, but they sometimes need to represent more complex values.
15491549

15501550
A GraphQL Input Object defines a set of input fields; the input fields are
1551-
scalars, enums, lists, or other input objects. This allows arguments to accept
1552-
arbitrarily complex structs.
1551+
scalars, enums, other input objects, or any wrapping type whose underlying base
1552+
type is one of those three. This allows arguments to accept arbitrarily complex
1553+
structs.
15531554

15541555
In this example, an Input Object called `Point2D` describes `x` and `y` inputs:
15551556

0 commit comments

Comments
 (0)