Skip to content

Commit 88a2f12

Browse files
committed
Update GQL_MUTATIONS.js
1 parent 71d9fc0 commit 88a2f12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/gql/GQL_MUTATIONS.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export const ADD_TO_CART = gql`
6060
}
6161
}
6262
`;
63-
6463
export const CHECKOUT_MUTATION = gql`
6564
mutation CHECKOUT_MUTATION($input: CheckoutInput!) {
6665
checkout(input: $input) {
@@ -69,7 +68,6 @@ export const CHECKOUT_MUTATION = gql`
6968
}
7069
}
7170
`;
72-
7371
export const UPDATE_CART = gql`
7472
mutation ($input: UpdateItemQuantitiesInput!) {
7573
updateItemQuantities(input: $input) {

0 commit comments

Comments
 (0)