TransferFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| actualEnd | TransferFilterActualEnd | When the transfer actually completed | |
| actualStart | TransferFilterActualStart | When the transfer actually started | |
| and | [TransferFilterInput!] | ||
| cancelledAt | TransferFilterCancelledAt | When the transfer was cancelled | |
| cancelledBy | UserFilterInput | The user who cancelled the transfer | |
| cancelledById | TransferFilterCancelledById | ||
| completedBy | UserFilterInput | The user who completed the transfer | |
| completedById | TransferFilterCompletedById | ||
| createdAt | TransferFilterCreatedAt | ||
| destinationLocation | LocationFilterInput | The location resources are being transferred to | |
| destinationLocationId | TransferFilterDestinationLocationId | ||
| erroredAt | TransferFilterErroredAt | When the transfer was completed | |
| expectedEnd | TransferFilterExpectedEnd | When the transfer is expected to complete | |
| id | TransferFilterId | ||
| not | [TransferFilterInput!] | ||
| operator | UserFilterInput | The user who performed or is assigned to perform the transfer | |
| operatorId | TransferFilterOperatorId | ||
| or | [TransferFilterInput!] | ||
| resourceId | TransferFilterResourceId | ID of the resource being transferred | |
| resourceType | TransferFilterResourceType | Type of resource being transferred | |
| scheduledStart | TransferFilterScheduledStart | When the transfer is scheduled to start | |
| sourceLocation | LocationFilterInput | The location resources are being transferred from | |
| sourceLocationId | TransferFilterSourceLocationId | ||
| startedBy | UserFilterInput | The user who started the transfer | |
| startedById | TransferFilterStartedById | ||
| state | TransferFilterState | The current state of the transfer | |
| updatedAt | TransferFilterUpdatedAt |