OBJECT

Forgot

Forgot class

link GraphQL Schema definition

  • type Forgot {
  • # The email address of the user
  • email: String
  • # The new password for the user
  • password: String
  • # The password_reset_token for updating passwords
  • password_reset_token: String
  • }

link Require by