Skip to content

Commit 43c3114

Browse files
committed
make __type name arg a non-null
1 parent cf60418 commit 43c3114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Section 4 -- Introspection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ operation.
104104

105105
```
106106
__schema : __Schema!
107-
__type(name: String) : __Type
107+
__type(name: String!) : __Type
108108
```
109109

110110
These fields are implicit and do not appear in the fields list in the root type

0 commit comments

Comments
 (0)