CheckoutCustomerDetach
Result of checkout customer detach mutation.
type CheckoutCustomerDetach {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutCustomerDetach.checkout ● Checkout object
The checkout with the customer detached.
CheckoutCustomerDetach.checkoutErrors ● [CheckoutError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
checkoutCustomerDetach mutation