ResourceFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| and | [ResourceFilterInput!] | ||
| assignedOperations | OperationFilterInput | The operations that are currently assigned to this resource. | |
| createdAt | ResourceFilterCreatedAt | ||
| currentStatus | ResourceStatusFilterInput | The most recent status entry recorded for this resource. | |
| deviceId | ResourceFilterDeviceId | The device ID of the resource, if relevant | |
| deviceResources | DeviceResourceFilterInput | The connections to devices that can control this resource, if appropriate; | |
| for example a DFE for one or more printing presses. | |||
| id | ResourceFilterId | ||
| intendedOperations | OperationFilterInput | The operations that are intended to be performed by this resource. | |
| For scheduling reasons, operations might be assigned to a resource | |||
| that was not the original intended production resource. | |||
| line | ResourceFilterInput | Resources can be assembled into production lines, for example a printing | |
| press with a book block production machine attached inline. This allows | |||
| resources to be added together, such that they can perform compount tasks. |
Each resource still is responsible for its own operations and capabilities, so the operable qualities of the line are those of the "broadest path" through it. | | lineId | ResourceFilterLineId | | | | linePosition | ResourceFilterLinePosition | | The position of the resource in the production line. | | lineResources | ResourceFilterInput | | The resources that are part of this line. | | manufacturer | ResourceFilterManufacturer | | The manufacturer of the resource | | model | ResourceFilterModel | | The model of the resource | | name | ResourceFilterName | | The name of the specific resource. | | not | [ResourceFilterInput!] | | | | or | [ResourceFilterInput!] | | | | serialNumber | ResourceFilterSerialNumber | | The serial number of the resource | | statuses | ResourceStatusFilterInput | | The status entries recorded for this resource. | | updatedAt | ResourceFilterUpdatedAt | | | | year | ResourceFilterYear | | The year the resource was manufactured |