Skip to content

Commit 67008db

Browse files
committed
chore: fix operation
1 parent 6a2bd42 commit 67008db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protection/makeAllPublic/operations.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
query Customer($id: ID!) {
2-
customer(id: $ID) {
2+
customer(id: $id) {
33
name
44
city
55
}

0 commit comments

Comments
 (0)