feat: add more details to product tile

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-06-12 19:14:57 +07:00
parent 4edc2bb580
commit 8f82f6299e
10 changed files with 77 additions and 48 deletions

View File

@@ -70,6 +70,12 @@ const productFragment = /* GraphQL */ `
featuredImage {
...image
}
engineCylinders: metafield(namespace: "custom", key: "engine_cylinders") {
value
}
fuelType: metafield(namespace: "custom", key: "fuel") {
value
}
images(first: 20) {
edges {
node {