mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Initial work, copied from the Shopify provider
This commit is contained in:
9
framework/saleor/utils/mutations/index.ts
Normal file
9
framework/saleor/utils/mutations/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export { default as customerCreateMutation } from './customer-create'
|
||||
export { default as checkoutCreateMutation } from './checkout-create'
|
||||
export { default as checkoutLineItemAddMutation } from './checkout-line-item-add'
|
||||
export { default as checkoutLineItemUpdateMutation } from './checkout-line-item-update'
|
||||
export { default as checkoutLineItemRemoveMutation } from './checkout-line-item-remove'
|
||||
export { default as customerAccessTokenCreateMutation } from './customer-access-token-create'
|
||||
export { default as customerAccessTokenDeleteMutation } from './customer-access-token-delete'
|
||||
export { default as customerActivateMutation } from './customer-activate'
|
||||
export { default as customerActivateByUrlMutation } from './customer-activate-by-url'
|
Reference in New Issue
Block a user