CheckoutCustomerDetach
Removes the user assigned as the owner of the checkout.
type CheckoutCustomerDetach {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}
Fields
CheckoutCustomerDetach.checkout ● Checkout object
An updated checkout.
CheckoutCustomerDetach.checkoutErrors ● [CheckoutError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
CheckoutCustomerDetach.errors ● [CheckoutError!]! non-null object
Returned by
checkoutCustomerDetach mutation
Was this page helpful?