PasswordChange
Change the password of the logged in user.
type PasswordChange {
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}
Fields
PasswordChange.user
● User
object users
A user instance with a new password.
PasswordChange.accountErrors
● [AccountError!]!
deprecated non-null object users
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
PasswordChange.errors
● [AccountError!]!
non-null object users
Returned By
passwordChange
mutation