OBJECT

Applicant

Applicant

link GraphQL Schema definition

  • type Applicant {
  • id: Int
  • # Creation date of applicant
  • created_at: String
  • # Expiration date of applicant
  • expire_at: String
  • # How many days retention of applicant
  • retention_days: Int
  • # When send the first warning to mantain the data of applicant
  • first_warning_date: String
  • # If the first warning was send
  • first_warning_done: Boolean
  • # When send the second warning to mantain the data of applicant
  • second_warning_date: String
  • # IF the second warning was send
  • second_warning_done: Boolean
  • }