ScheduleFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| and | [ScheduleFilterInput!] | ||
| childSchedules | ScheduleFilterInput | The child schedules of the schedule, this is optional and only set when a schedule is cloned. | |
| createdAt | ScheduleFilterCreatedAt | ||
| description | ScheduleFilterDescription | A description of the schedule, for example 'This schedule is for printing on Tuesday'. | |
| entries | ScheduleEntryFilterInput | The entries for the schedule | |
| externalId | ScheduleFilterExternalId | The external ID of the schedule, for example in an ERP system. | |
| id | ScheduleFilterId | ||
| kind | ScheduleFilterKind | The kind of schedule, this is used to determine the type of schedule and is either 'partial' or 'complete'. | |
| name | ScheduleFilterName | The name of the schedule, for example 'Tuesday Printing Schedule'. | |
| not | [ScheduleFilterInput!] | ||
| notes | NoteFilterInput | The notes for the schedule | |
| or | [ScheduleFilterInput!] | ||
| parentSchedule | ScheduleFilterInput | The parent schedule of the schedule, this is optional and only set when a schedule is cloned. | |
| parentScheduleId | ScheduleFilterParentScheduleId | ||
| revision | ScheduleFilterRevision | 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 | ScheduleFilterState | The state of the schedule, this is used to determine the state of the schedule and is either 'draft', 'active' or 'replaced'. | |
| updatedAt | ScheduleFilterUpdatedAt |