bump next & fixes from UAT

This commit is contained in:
Sol Irvine
2023-08-25 23:41:52 -07:00
parent a8ee9f5a22
commit 12632b2304
15 changed files with 124 additions and 77 deletions

View File

@@ -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