Skip to content
Last update: July 26, 2024

InputChangePasswordType object

This type represents the input for changing a user's password.

Fields

Field Description
userId String! The ID of the user whose password is being changed.
oldPassword String! The current password of the user.
newPassword String! The new password to set for the user.