CheckoutEmailUpdate
Updates email address in the existing checkout object.
type CheckoutEmailUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}
Fields
CheckoutEmailUpdate.checkout ● Checkout object
An updated checkout.
CheckoutEmailUpdate.checkoutErrors ● [CheckoutError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
CheckoutEmailUpdate.errors ● [CheckoutError!]! non-null object
Returned by
checkoutEmailUpdate mutation
Was this page helpful?