passwordChange
Change the password of the logged in user.
passwordChange(
newPassword: String!
oldPassword: String
): PasswordChange
Arguments
passwordChange.newPassword
● String!
non-null scalar miscellaneous
New user password.
passwordChange.oldPassword
● String
scalar miscellaneous
Current user password.
Type
PasswordChange
object users
Change the password of the logged in user.