Skip to main content
Version: Canary 🚧

passwordChange

Change the password of the logged in user.

Requires AUTHENTICATED_USERpermission.
passwordChange(
newPassword: String!
oldPassword: String
): PasswordChange

Arguments

passwordChange.newPassword ● String! non-null scalar

New user password.

passwordChange.oldPassword ● String scalar

Current user password.

Type

PasswordChange object

Change the password of the logged in user.

Requires AUTHENTICATED_USERpermission.

Was this page helpful?