Schedule
Type: Object
A print schedule is a schedule for performing operations on multiple print jobs, on multiple devices or in multiple locations. It can be a draft for planning, or a published active schedule.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| childSchedules | [Schedule!]! | filter: ScheduleFilterInputlimit: Intoffset: Intsort: [ScheduleSortInput] | The child schedules of the schedule, this is optional and only set when a schedule is cloned. | |
| createdAt | DateTime! | |||
| description | String | A description of the schedule, for example 'This schedule is for printing on Tuesday'. | ||
| entries | [ScheduleEntry!]! | filter: ScheduleEntryFilterInputlimit: Intoffset: Intsort: [ScheduleEntrySortInput] | The entries for the schedule | |
| externalId | String | The external ID of the schedule, for example in an ERP system. | ||
| id | ID! | |||
| kind | ScheduleKindEnum! | The kind of schedule, this is used to determine the type of schedule and is either 'partial' or 'complete'. | ||
| name | String! | The name of the schedule, for example 'Tuesday Printing Schedule'. | ||
| notes | [Note!]! | filter: NoteFilterInputlimit: Intoffset: Intsort: [NoteSortInput] | The notes for the schedule | |
| parentSchedule | Schedule | The parent schedule of the schedule, this is optional and only set when a schedule is cloned. | ||
| parentScheduleId | ID | |||
| revision | Int! | The revision number of the schedule, this is used to track changes to the schedule and is automatically incremented when the schedule is created. | ||
| state | ScheduleStateEnum! | The state of the schedule, this is used to determine the state of the schedule and is either 'draft', 'active' or 'replaced'. | ||
| updatedAt | DateTime! |