PasswordChange
Result of password change mutation.
type PasswordChange {
user: User
accountErrors: [AccountError!]!
}
Fields
PasswordChange.user ● User object
The user whose password was changed.
PasswordChange.accountErrors ● [AccountError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
passwordChange mutation