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
- # Last update of the Applicant record
- : String
- # First name of the applicant
- : String
- # Last name of the applicant
- : String
- # Email of the applicant
- : String
- # Data of the last custom recall executed
- : String
- # If the applicant requested the deletion or not
- : Boolean
- # All the ApplicationNotes associated with all of the Application of the Applicant
- : [ApplicationNote]
- # List of applicant fields
- : [ApplicantFieldInput]
- # List of applicant attachments
- : [ApplicantAttachment]
- }