Use proper fragment for price range (#897)
This commit is contained in:
parent
5bb2d597a2
commit
5a16f929bb
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ export const productFragment = gql`
|
|||
`;
|
||||
|
||||
export const productVariantAttributesFragment = gql`
|
||||
${fragmentMoney}
|
||||
${priceRangeFragment}
|
||||
fragment ProductVariantAttributesFragment on Product {
|
||||
id
|
||||
attributes {
|
||||
|
|
Loading…
Reference in a new issue