AccountUpdate
Result of account update mutation.
type AccountUpdate {
user: User
accountErrors: [AccountError!]!
}
Fields
AccountUpdate.user ● User object
The updated user.
AccountUpdate.accountErrors ● [AccountError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
accountUpdate mutation