INPUT_OBJECT

TrainingSessionDateInput

An input data structure to create or update a trainingSessionDate

link GraphQL Schema definition

  • input TrainingSessionDateInput {
  • date: String
  • endTime: String
  • # German administration only
  • numberUnitTime: Int
  • roomId: ID
  • # period of the day, one of `morning` or `afternoon`
  • slot: String
  • startTime: String
  • }