INPUT_OBJECT

CreateScheduleBlockerDayTimeMutationInput

The input object that defines the fields for the createScheduleBlockerDayTime mutation.

link GraphQL Schema definition

  • input CreateScheduleBlockerDayTimeMutationInput {
  • # The ID of a `ScheduleBlocker`.
  • schedule_blocker_id: Int64Bit!
  • # A day.
  • day: Day!
  • # The start time for the day.
  • start_time: Time!
  • # The end time for the day.
  • end_time: Time!
  • }

link Require by