OBJECT
Applicant
Applicant
link GraphQL Schema definition
- type Applicant {
- Int :
- # Creation date of applicant
- String :
- # Expiration date of applicant
- String :
- # How many days retention of applicant
- Int :
- # When send the first warning to mantain the data of applicant
- String :
- # If the first warning was send
- Boolean :
- # When send the second warning to mantain the data of applicant
- String :
- # IF the second warning was send
- Boolean :
- }