Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: clarify input object introspection #838

Merged
merged 1 commit into from
Apr 7, 2021
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