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 4f5b4d6 commit fce683aCopy full SHA for fce683a
Examples/GetEnumValues.gql
@@ -0,0 +1,6 @@
1
+query getTypeValues($typeName: String!){
2
+ __type(name:$typeName) {
3
+ name
4
+ enumValues { name }
5
+ }
6
+}
0 commit comments