Skip to content

Commit 34238a5

Browse files
committed
fix #24, a typo in introspection example
1 parent 0e41872 commit 34238a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ would start at; let's ask the introspection system about that!
792792
```
793793
query IntrospectionQueryTypeQuery {
794794
__schema {
795-
queryType {
795+
query {
796796
name
797797
}
798798
}

0 commit comments

Comments
 (0)