We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e3d1c commit b89b702Copy full SHA for b89b702
apollo/queries/GET_PRODUCTS_FROM_CATEGORY_QUERY.gql
@@ -1,5 +1,5 @@
1
query ProductsFromCategory($id: ID!) {
2
- productCategory(id: $id) {
+ productCategory(id: $id, idType: ID) {
3
id
4
name
5
products(first: 50) {
0 commit comments