Skip to content

Commit f7b373c

Browse files
committed
Show stock for simple product
1 parent 3fa038c commit f7b373c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apollo/queries/GET_SINGLE_PRODUCT_QUERY.gql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ query Product($id: ID!) {
1818
salePrice
1919
regularPrice
2020
databaseId
21+
stockQuantity
2122
}
2223
... on VariableProduct {
2324
price

0 commit comments

Comments
 (0)