We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9033398 commit 90c668cCopy full SHA for 90c668c
spec/Section 4 -- Introspection.md
@@ -458,6 +458,8 @@ RecursivelyStripSemanticNonNullTypes(type):
458
- If {type} is a Semantic-Non-Null type:
459
- Let {innerType} be the inner type of {type}.
460
- Return {RecursivelyStripSemanticNonNullTypes(innerType)}.
461
+- Otherwise, if {type} is a Non-Null type or List type:
462
+ - Return {RecursivelyStripSemanticNonNullTypes(type)}.
463
- Otherwise, return {type}.
464
465
Note: This algorithm recursively removes all Semantic-Non-Null type wrappers
0 commit comments