INPUT_OBJECT

UserResetPasswordInput

Autogenerated input type of UserResetPassword

link GraphQL Schema definition

  • input UserResetPasswordInput {
  • email: String!
  • passwordResetToken: String!
  • otpCode: String
  • password: String!
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • }

link Require by