OBJECT
TraineeRecyclageInfo
Recyclage information let you know when your trainee received certification, if it needs to be renew and when does it need to.
link GraphQL Schema definition
- type TraineeRecyclageInfo {
- # When your trainee got certified.
- : Date
- # How long does its certification last.
- : Int
- # Require Admin+. Null if no email was sent to the trainee to renew it's
- # certification.
- : NaiveDateTime
- # True if the certification is renewable.
- : Boolean
- # Delay before which the trainee should be contacted before its certification's
- # renew date.
- : Int
- : String
- }