Skip to content

Commit 05d4a3b

Browse files
authored
fix __Type explanation (#737)
1 parent c976d31 commit 05d4a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 4 -- Introspection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ enum __DirectiveLocation {
217217
### The __Type Type
218218

219219
`__Type` is at the core of the type introspection system.
220-
It represents scalars, interfaces, object types, unions, enums in the system.
220+
It represents scalars, interfaces, object types, unions, enums, input objects types in the system.
221221

222222
`__Type` also represents type modifiers, which are used to modify a type
223223
that it refers to (`ofType: __Type`). This is how we represent lists,

0 commit comments

Comments
 (0)