CustomerUpdate
Updates an existing customer.
type CustomerUpdate {
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
user: User
}
Fields
CustomerUpdate.accountErrors ● [AccountError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
CustomerUpdate.errors ● [AccountError!]! non-null object
CustomerUpdate.user ● User object
Returned by
customerUpdate mutation
Was this page helpful?