mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
bump next & fixes from UAT
This commit is contained in:
@@ -10,7 +10,27 @@ const productFragment = /* GraphQL */ `
|
||||
description
|
||||
descriptionHtml
|
||||
summary: metafield(namespace: "custom", key: "product_summary") {
|
||||
key
|
||||
value
|
||||
type
|
||||
}
|
||||
notes: metafield(namespace: "custom", key: "tasting_notes_text") {
|
||||
key
|
||||
value
|
||||
type
|
||||
}
|
||||
notesImage: metafield(namespace: "custom", key: "tasting_notes_image") {
|
||||
key
|
||||
value
|
||||
type
|
||||
reference {
|
||||
... on MediaImage {
|
||||
id
|
||||
image {
|
||||
...image
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
options {
|
||||
id
|
||||
|
Reference in New Issue
Block a user