INPUT_OBJECT
The input object that defines the fields for the updateScheduleBlockerDayTime mutation.
input UpdateScheduleBlockerDayTimeMutationInput {# A day.day: Day# The start time for the day.start_time: Time# The end time for the day.end_time: Time}