INPUT_OBJECT
ScheduleJobMutationInput
The input object that defines the fields for the scheduleManyJobsAndScheduleBlockerOverrides mutation.
link GraphQL Schema definition
- input ScheduleJobMutationInput {
- # The ID of a `Job`.
- Int64Bit! :
- # The ID of a `Ticket`.
- Int64Bit :
- # The date and time this `Job` is scheduled for.
- Datetime :
- # The length in minutes for this `Job`.
- Int :
- # IDs of `User`s.
- Int64Bit] : [
- # Setting this value to `true` will set `scheduled_datetime` to null.
- Boolean :
- # Setting this value to `true` will set `ticket_id` to null.
- Boolean :
- }