We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc319d commit 9fbc14eCopy full SHA for 9fbc14e
src/utils/gql/GQL_QUERIES.ts
@@ -117,23 +117,29 @@ export const FETCH_ALL_PRODUCTS_QUERY = gql`
117
image {
118
sourceUrl
119
}
120
- productCategories {
121
- nodes {
122
- name
123
- slug
124
- }
125
126
... on SimpleProduct {
127
databaseId
128
price
129
regularPrice
130
salePrice
+ productCategories {
+ nodes {
+ name
+ slug
+ }
131
132
... on VariableProduct {
133
134
135
136
137
138
139
140
141
142
143
allPaColors {
144
nodes {
145
name
0 commit comments