overall clean up

Signed-off-by: Loan Laux <loan@outgrow.io>
This commit is contained in:
Loan Laux
2021-04-28 22:18:54 +04:00
parent ffe33d6453
commit 4ac8ea2df7
11 changed files with 11 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
import { cartQueryFragment } from '../queries/get-checkout-query'
import { cartQueryFragment } from './get-cart-query'
export const getAnomymousCart = `
query anonymousCartByCartIdQuery($cartId: ID!, $cartToken: String!, $itemsAfterCursor: ConnectionCursor) {