Skip to content

Commit dd0b9e8

Browse files
committed
Merge pull request #58 from martinandert/fix-type-name-arg
make __type name arg a non-null
2 parents cf60418 + 43c3114 commit dd0b9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)