Update product queries
This commit is contained in:
parent
696250feca
commit
0a32479327
1 changed files with 0 additions and 2 deletions
|
@ -62,7 +62,6 @@ export const fragmentProductImage = gql`
|
|||
`;
|
||||
|
||||
export const productFragment = gql`
|
||||
${fragmentMoney}
|
||||
fragment ProductFragment on Product {
|
||||
id
|
||||
name
|
||||
|
@ -475,7 +474,6 @@ export const AvailableInGridAttributesQuery = TypedQuery<
|
|||
>(availableInGridAttributes);
|
||||
|
||||
const createMultipleVariantsData = gql`
|
||||
${fragmentMoney}
|
||||
${productVariantAttributesFragment}
|
||||
${warehouseFragment}
|
||||
query CreateMultipleVariantsData($id: ID!) {
|
||||
|
|
Loading…
Reference in a new issue