INPUT_OBJECT

TraineeIntervalAttendanceUpdateInput

Hours done by one trainee on one interval-mode subsession for a given month (date normalized to end of month; 0 removes the entry). An optional instructor attributes who supervised those hours.

link GraphQL Schema definition

  • input TraineeIntervalAttendanceUpdateInput {
  • customerTraineeId: ID!
  • date: Date!
  • hours: Float!
  • subsessionId: ID!
  • trainingSessionInstructorId: ID
  • }