Skip to main content

PasswordChange Object

Change the password of the logged in user.

Requires the AUTHENTICATED_USERpermission.
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