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