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 fc0c01e + 3539b3e commit da3a8d6Copy full SHA for da3a8d6
utils/gql/GQL_QUERIES.js
@@ -156,6 +156,7 @@ export const GET_PRODUCTS_FROM_CATEGORY = gql`
156
nodes {
157
id
158
databaseId
159
+ onSale
160
averageRating
161
slug
162
description
@@ -168,10 +169,16 @@ export const GET_PRODUCTS_FROM_CATEGORY = gql`
168
169
}
170
name
171
... on SimpleProduct {
172
+ salePrice
173
+ regularPrice
174
175
price
176
177
178
... on VariableProduct {
179
180
181
182
183
184
0 commit comments