OBJECT

Diploma

A micro-certification delivered to a trainee for a training session

link GraphQL Schema definition

  • type Diploma {
  • id: ID
  • # Code d'identification du certificat, tel qu'affiché sur le document
  • identificationCode: String
  • # Creation date and time - format: YYYY-MM-DDThh:mm:sss
  • insertedAt: NaiveDateTime
  • # Last update date and time - format: YYYY-MM-DDThh:mm:sss
  • updatedAt: NaiveDateTime
  • }