INPUT_OBJECT

UpdateScheduleAvailabilityDayTimeMutationInput

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

link GraphQL Schema definition

  • input UpdateScheduleAvailabilityDayTimeMutationInput {
  • # 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