passwordChange
Change the password of the logged in user.
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.
Was this page helpful?