INPUT_OBJECT
input ChangePasswordInput {# Email of user performing reset.email: String# New password for user.password: String# Specifies whether the user is required to change their password.requirePasswordChange: Boolean}