INPUT_OBJECT

CreateScheduleAvailabilityDayTimeMutationInput

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

link GraphQL Schema definition

  • input CreateScheduleAvailabilityDayTimeMutationInput {
  • # The ID of a `ScheduleAvailability`.
  • schedule_availability_id: Int64Bit!
  • # A day.
  • day: Day!
  • # Whether this day is available from start to finish.
  • all_day: Boolean!
  • # The start time for the day.
  • start_time: Time
  • # The end time for the day.
  • end_time: Time
  • }

link Require by