OBJECT
Abandon
Abandon data for a trainee in a training session
link GraphQL Schema definition
- type Abandon {
- # DEPRECATED - Abandon are now linked to training session slots.
- : String @deprecated( reason: "Abandon are now linked to training session slots." )
- # DEPRECATED - Abandon are now linked to training session slots.
- : String @deprecated( reason: "Abandon are now linked to training session slots." )
- : String
- : String
- : ID
- # Creation date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- : Boolean
- : Boolean
- : Boolean
- : Trainee
- : [TrainingSessionSlot]
- # Last update date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- }