mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 10:41:23 +00:00
lib/shopify: add compareAtPrice to product query fragment
This commit is contained in:
@@ -62,6 +62,16 @@ const productFragment = /* GraphQL */ `
|
||||
title
|
||||
}
|
||||
}
|
||||
compareAtPriceRange {
|
||||
maxVariantPrice {
|
||||
amount
|
||||
currencyCode
|
||||
}
|
||||
minVariantPrice {
|
||||
amount
|
||||
currencyCode
|
||||
}
|
||||
}
|
||||
}
|
||||
${imageFragment}
|
||||
${seoFragment}
|
||||
|
Reference in New Issue
Block a user