mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
normalizations & missing files
This commit is contained in:
@@ -35,7 +35,10 @@ const getAllProductsQuery = /* GraphQL */ `
|
||||
}
|
||||
edges {
|
||||
node {
|
||||
src
|
||||
originalSrc
|
||||
altText
|
||||
width
|
||||
height
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -16,6 +16,7 @@ export const checkoutDetailsFragment = /* GraphQL */ `
|
||||
title
|
||||
variant {
|
||||
id
|
||||
sku
|
||||
title
|
||||
image {
|
||||
src
|
||||
|
@@ -48,7 +48,10 @@ const getProductQuery = /* GraphQL */ `
|
||||
}
|
||||
edges {
|
||||
node {
|
||||
src
|
||||
originalSrc
|
||||
altText
|
||||
width
|
||||
height
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user