mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Added the options for a variant to the product page
This commit is contained in:
@@ -17,6 +17,14 @@ const getProductQuery = /* GraphQL */ `
|
||||
variants {
|
||||
id
|
||||
name
|
||||
attributes {
|
||||
attribute {
|
||||
name
|
||||
}
|
||||
values {
|
||||
name
|
||||
}
|
||||
}
|
||||
pricing {
|
||||
price {
|
||||
net {
|
||||
|
Reference in New Issue
Block a user