Skip to content

Commit

Permalink
make __type name arg a non-null
Browse files Browse the repository at this point in the history
  • Loading branch information
martinandert committed Jul 17, 2015
1 parent cf60418 commit 43c3114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Section 4 -- Introspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ operation.

```
__schema : __Schema!
__type(name: String) : __Type
__type(name: String!) : __Type
```

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

0 comments on commit 43c3114

Please sign in to comment.