From 5a16f929bb84c9cc05906218fce1475611688470 Mon Sep 17 00:00:00 2001 From: Krzysztof Wolski Date: Thu, 10 Dec 2020 16:09:08 +0100 Subject: [PATCH] Use proper fragment for price range (#897) --- src/fragments/products.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fragments/products.ts b/src/fragments/products.ts index 0185b49fa..7e2c4ff73 100644 --- a/src/fragments/products.ts +++ b/src/fragments/products.ts @@ -112,7 +112,7 @@ export const productFragment = gql` `; export const productVariantAttributesFragment = gql` - ${fragmentMoney} + ${priceRangeFragment} fragment ProductVariantAttributesFragment on Product { id attributes {