mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
rename folder
This commit is contained in:
12
providers/saleor/utils/mutations/checkout-attach.ts
Normal file
12
providers/saleor/utils/mutations/checkout-attach.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export const CheckoutAttach = /* GraphQl */ `
|
||||
mutation CheckoutAttach($checkoutId: ID!) {
|
||||
checkoutCustomerAttach(checkoutId: $checkoutId) {
|
||||
errors {
|
||||
message
|
||||
}
|
||||
checkout {
|
||||
id
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
Reference in New Issue
Block a user