AccountUpdate
Updates the account of the logged-in user.
type AccountUpdate {
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
user: User
}
Fields
AccountUpdate.accountErrors ● [AccountError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
AccountUpdate.errors ● [AccountError!]! non-null object
AccountUpdate.user ● User object
Returned by
accountUpdate mutation
Was this page helpful?