INPUT_OBJECT
The input object that defines the fields for the createScheduleTimeOff mutation.
input CreateScheduleTimeOffMutationInput {# 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}