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 403ec35 commit 1d414bbCopy full SHA for 1d414bb
apollo/queries/GET_PRODUCTS_FROM_CATEGORY_QUERY.gql
@@ -6,6 +6,7 @@ query ProductsFromCategory($id: ID!) {
6
nodes {
7
id
8
databaseId
9
+ onSale
10
averageRating
11
slug
12
description
@@ -18,10 +19,16 @@ query ProductsFromCategory($id: ID!) {
18
19
}
20
name
21
... on SimpleProduct {
22
+ salePrice
23
+ regularPrice
24
25
price
26
27
28
... on VariableProduct {
29
30
31
32
33
34
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nuxtjs-woocommerce",
3
- "version": "1.0.19",
+ "version": "1.0.20",
4
"private": true,
5
"scripts": {
"dev": "nuxt",
0 commit comments