MilestoneFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| and | [MilestoneFilterInput!] | ||
| autoComplete | MilestoneFilterAutoComplete | Whether the milestone should be automatically completed when all contained operations are completed | |
| completedAt | MilestoneFilterCompletedAt | The date and time when the milestone was completed | |
| component | ComponentFilterInput | The component that this milestone belongs to, this is optional and only set for milestones that are part of a component | |
| componentId | MilestoneFilterComponentId | ||
| createdAt | MilestoneFilterCreatedAt | ||
| customKind | MilestoneFilterCustomKind | The custom kind of milestone, this is used to specify a custom milestone that is not one of the predefined ones | |
| deadline | MilestoneFilterDeadline | The deadline for the milestone to be completed | |
| externalId | MilestoneFilterExternalId | The external ID of the operation, for example in an ERP system. | |
| id | MilestoneFilterId | ||
| job | JobFilterInput | The job that this milestone belongs to, this is always set | |
| jobId | MilestoneFilterJobId | ||
| kind | MilestoneFilterKind | The kind of milestone, or custom if it does not fit into the predefined ones | |
| name | MilestoneFilterName | The name of the milestone, for example 'PrePress', or 'Files in'. The name is unique per job and component. | |
| not | [MilestoneFilterInput!] | ||
| notes | NoteFilterInput | The notes for the milestone | |
| operations | OperationFilterInput | The operations that are included in this milestone | |
| or | [MilestoneFilterInput!] | ||
| progression | MilestoneFilterProgression | The progression of the milestone, this is a number between 0 and 1000 that represents the milestone's position within the job. | |
| remarks | MilestoneFilterRemarks | Notes about the milestone | |
| startedAt | MilestoneFilterStartedAt | The date and time when the milestone was started | |
| updatedAt | MilestoneFilterUpdatedAt |