PasswordChange
Change the password of the logged in user.
type PasswordChange {
user: User
accountErrors: [AccountError!]!
}
Fields
PasswordChange.user ● User object
A user instance with a new password.
PasswordChange.accountErrors ● [AccountError!]! non-null object
Returned By
passwordChange mutation