Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions spec/Section 4 -- Introspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,9 @@ Fields

#### Input Object

Input objects are composite types used as inputs into queries defined as a list
of named input values.
Input objects are composite types defined as a list of named input values. They
are only used as inputs to arguments and variables and cannot be a field
return type.

For example the input object `Point` could be defined as:

Expand Down