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.
2 parents 8d862f5 + d529ef5 commit 8247e4cCopy full SHA for 8247e4c
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