We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86326a commit 918f3d7Copy full SHA for 918f3d7
Examples/GetSchemaTypeNames.gql
@@ -0,0 +1,7 @@
1
+query {
2
+ __schema {
3
+ types {
4
+ name
5
+ }
6
7
+}
0 commit comments