Skip to content

Commit

Permalink
fix #24, a typo of queryType in introspection example
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Jul 5, 2015
1 parent 0e41872 commit a75a206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ and we get back:
```json
{
"__schema": {
"query": {
"queryType": {
"name": "Query"
}
}
Expand Down

0 comments on commit a75a206

Please sign in to comment.