CheckoutCustomerDetach
Removes the user assigned as the owner of the checkout.
type CheckoutCustomerDetach {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutCustomerDetach.checkout ● Checkout object
An updated checkout.
CheckoutCustomerDetach.checkoutErrors ● [CheckoutError!]! non-null object
Returned By
checkoutCustomerDetach mutation