We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d4854 commit 5e6ebb2Copy full SHA for 5e6ebb2
spec/Section 3 -- Type System.md
@@ -353,7 +353,7 @@ types may only be used as output types.
353
IsInputType(type):
354
355
- If {type} is a Semantic-Non-Null type:
356
- - Return {false}
+ - Return {false}.
357
- If {type} is a List type or Non-Null type:
358
- Let {unwrappedType} be the unwrapped type of {type}.
359
- Return IsInputType({unwrappedType}).
0 commit comments