We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892ed95 commit 8cbc925Copy full SHA for 8cbc925
utils/const/GQL_MUTATIONS.js
@@ -1,4 +1,4 @@
1
-import {gql} from '@apollo/client';
+import { gql } from '@apollo/client';
2
3
export const ADD_TO_CART = gql`
4
mutation($input: AddToCartInput!) {
utils/const/GQL_QUERIES.js
export const GET_SINGLE_PRODUCT = gql`
query Product($id: ID!) {
0 commit comments