INPUT_OBJECT
Autogenerated input type of UserResetPassword
input UserResetPasswordInput {email: String!passwordResetToken: String!otpCode: Stringpassword: String!# A unique identifier for the client performing the mutation.clientMutationId: String}