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 3fa038c commit f7b373cCopy full SHA for f7b373c
apollo/queries/GET_SINGLE_PRODUCT_QUERY.gql
@@ -18,6 +18,7 @@ query Product($id: ID!) {
18
salePrice
19
regularPrice
20
databaseId
21
+ stockQuantity
22
}
23
... on VariableProduct {
24
price
0 commit comments