Skip to content

Commit c7e6eea

Browse files
author
James Brundage
committed
chore: Removing whitespace in examples [skip ci]
1 parent eca85f8 commit c7e6eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/GetEnumValues.gql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
query getTypeValues($typeName: String!){
1+
query getEnumValues($typeName: String!){
22
__type(name:$typeName) {
33
name
44
enumValues { name }

0 commit comments

Comments
 (0)