Skip to content

Commit b019bf4

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/gql/GQL_MUTATIONS.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { gql } from '@apollo/client';
2-
32
export const ADD_TO_CART = gql`
43
mutation ($input: AddToCartInput!) {
54
addToCart(input: $input) {

0 commit comments

Comments
 (0)