Use proper fragment for price range (#897)

This commit is contained in:
Krzysztof Wolski 2020-12-10 16:09:08 +01:00 committed by GitHub
parent 5bb2d597a2
commit 5a16f929bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ export const productFragment = gql`
`; `;
export const productVariantAttributesFragment = gql` export const productVariantAttributesFragment = gql`
${fragmentMoney} ${priceRangeFragment}
fragment ProductVariantAttributesFragment on Product { fragment ProductVariantAttributesFragment on Product {
id id
attributes { attributes {