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