AccountUpdate
Updates the account of the logged-in user.
type AccountUpdate {
accountErrors: [AccountError!]!
user: User
}
Fields
AccountUpdate.accountErrors ● [AccountError!]! non-null object
AccountUpdate.user ● User object
Returned By
accountUpdate mutation