We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7bdc48 + 43b40b7 commit 02104e9Copy full SHA for 02104e9
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.28.2",
+ "version": "0.28.3",
3
"license": "MIT",
4
"main": "dist/index.js",
5
"typings": "dist/index.d.ts",
src/queries/channel-products.query.ts
@@ -19,6 +19,11 @@ export const GET_CHANNEL_PRODUCTS = gql`
19
name
20
slug
21
description
22
+ categories {
23
+ id
24
+ name
25
+ slug
26
+ }
27
variants {
28
id
29
@@ -47,4 +52,4 @@ export const GET_CHANNEL_PRODUCTS = gql`
47
52
}
48
53
49
54
50
-`;
55
+`;
0 commit comments