OBJECT
TrainingSessionInstructor
An instructor working in a training session
link GraphQL Schema definition
- type TrainingSessionInstructor {
- : Boolean
- : Float
- # Instructor cost modality
- : InstructorCostMode
- : Float
- : Float
- : ID!
- # Creation date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- : Instructor
- : [Signature]
- : Boolean
- : TrainingSession
- : [TrainingSessionSlot]
- # Spanish administration only
- : InstructorTutoringType
- # Last update date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- : Float
- }