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
  • attendanceFromModules: Boolean
  • # Durée moyenne d'un créneau dans l'intervalle de dates
  • averageDurationPerDate: Float
  • # Couleur du module
  • color: String
  • costs: [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.
  • dates: [TrainingSessionDateInput]
  • # Dates en mode intervalle ?
  • datesAreInterval: Boolean
  • # Durée en jours
  • durationDays: Float
  • # Durée en heures
  • durationHours: Float
  • # Modalité
  • modality: String
  • # Nom du module
  • name: String
  • # Spanish administration only - Are all instructors teaching remotely?
  • noInstructorOnClassroom: Boolean
  • # Spanish administration only - Are all trainees attending remotely?
  • noTraineeOnClassroom: Boolean
  • }