Skip to main content
Version: 3.x

PasswordChange

Change the password of the logged in user.

Requires AUTHENTICATED_USERpermission.
type PasswordChange {
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Fields

PasswordChange.user ● User object

A user instance with a new password.

PasswordChange.accountErrors ● [AccountError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

PasswordChange.errors ● [AccountError!]! non-null object

Returned by

passwordChange mutation


Was this page helpful?