mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
implement account-tied carts and cart reconciliation
Signed-off-by: Loan Laux <loan@outgrow.io>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { cartPayloadFragment } from '@framework/utils/queries/get-checkout-query'
|
||||
|
||||
const reconcileCartsMutation = `
|
||||
mutation reconcileCartsMutation($input: ReconcileCartsInput!) {
|
||||
reconcileCarts(input: $input) {
|
||||
cart {
|
||||
${cartPayloadFragment}
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
||||
|
||||
export default reconcileCartsMutation
|
Reference in New Issue
Block a user