INPUT_OBJECT
SubsessionInput
An input data structure to create or update a subsession nested in a trainingSessionInput - lastname is required - be careful not to create duplicates!
link GraphQL Schema definition
- input SubsessionInput {
- # Assiduité calculée depuis les connexions e-learning
- : Boolean
- # Durée moyenne d'un créneau dans l'intervalle de dates
- : Float
- # Couleur du module
- : String
- : [TrainingSessionCostInput]
- # List of dates of the sub session. If the sub session is an interval, add 2
- # dates: one at the beginning of the interval and one at the end.
- : [TrainingSessionDateInput]
- # Dates en mode intervalle ?
- : Boolean
- # Durée en jours
- : Float
- # Durée en heures
- : Float
- # Modalité
- : String
- # Nom du module
- : String
- # Spanish administration only - Are all instructors teaching remotely?
- : Boolean
- # Spanish administration only - Are all trainees attending remotely?
- : Boolean
- }