Added the options for a variant to the product page

This commit is contained in:
royderks
2021-04-20 15:58:40 +02:00
committed by Zaiste
parent c26c6889b4
commit e3a9fd6c51
3 changed files with 60 additions and 56 deletions

View File

@@ -17,6 +17,14 @@ const getProductQuery = /* GraphQL */ `
variants {
id
name
attributes {
attribute {
name
}
values {
name
}
}
pricing {
price {
net {