passwordChange Mutation
Change the password of the logged in user.
passwordChange(
newPassword: String!
oldPassword: String
): PasswordChange
Show return type
Arguments
newPassword ● String!
New user password.
oldPassword ● String
Current user password.
Type
PasswordChange
Change the password of the logged in user.