normalizations & missing files

This commit is contained in:
cond0r
2021-02-04 15:34:22 +02:00
parent 3c985278c6
commit 2dffcb7bfb
18 changed files with 323 additions and 174 deletions

View File

@@ -35,7 +35,10 @@ const getAllProductsQuery = /* GraphQL */ `
}
edges {
node {
src
originalSrc
altText
width
height
}
}
}

View File

@@ -16,6 +16,7 @@ export const checkoutDetailsFragment = /* GraphQL */ `
title
variant {
id
sku
title
image {
src

View File

@@ -48,7 +48,10 @@ const getProductQuery = /* GraphQL */ `
}
edges {
node {
src
originalSrc
altText
width
height
}
}
}