Skip to content

Commit b89b702

Browse files
committed
Update ID type
1 parent 51e3d1c commit b89b702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apollo/queries/GET_PRODUCTS_FROM_CATEGORY_QUERY.gql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
query ProductsFromCategory($id: ID!) {
2-
productCategory(id: $id) {
2+
productCategory(id: $id, idType: ID) {
33
id
44
name
55
products(first: 50) {

0 commit comments

Comments
 (0)