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 bdd94ee commit 3539b3eCopy full SHA for 3539b3e
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