OBJECT
Diploma
A micro-certification delivered to a trainee for a training session
link GraphQL Schema definition
- type Diploma {
- : ID
- # Code d'identification du certificat, tel qu'affiché sur le document
- : String
- # Creation date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- # Last update date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- }