mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 05:56:59 +00:00
lib/shopify: add compareAtPrice to product query fragment
This commit is contained in:
parent
e270e45de7
commit
7d5d364298
@ -62,6 +62,16 @@ const productFragment = /* GraphQL */ `
|
|||||||
title
|
title
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
compareAtPriceRange {
|
||||||
|
maxVariantPrice {
|
||||||
|
amount
|
||||||
|
currencyCode
|
||||||
|
}
|
||||||
|
minVariantPrice {
|
||||||
|
amount
|
||||||
|
currencyCode
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
${imageFragment}
|
${imageFragment}
|
||||||
${seoFragment}
|
${seoFragment}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user