Skip to content

Commit 918f3d7

Browse files
author
James Brundage
committed
feat: GetSchemaTypeNames.gql ( Fixes #22 )
1 parent b86326a commit 918f3d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Examples/GetSchemaTypeNames.gql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
query {
2+
__schema {
3+
types {
4+
name
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)