PasswordChange Object
Change the password of the logged in user.
type PasswordChange {
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}
Fields
user ● User
A user instance with a new password.
errors ● [AccountError!]!
Show deprecated
Returned By
passwordChange mutation