mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
feat: add more details to product tile
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user