INPUT_OBJECT
The input object that defines the fields for the updateScheduleTimeOff mutation.
input UpdateScheduleTimeOffMutationInput {# A descriptive name.name: String# The date and time that this starts.start_datetime: Datetime# The date and time that this ends.end_datetime: Datetime# IDs of `User`s.user_ids: [Int64Bit]# A note about this entity.note: NoteMutationInput}