FileFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| and | [FileFilterInput!] | ||
| approvedAt | FileFilterApprovedAt | Timestamp when file was approved | |
| approvedBy | AuthUserFilterInput | The user who approved the file | |
| approvedById | FileFilterApprovedById | ||
| archivedAt | FileFilterArchivedAt | Timestamp when file was archived | |
| archivedBy | AuthUserFilterInput | The user who archived the file | |
| archivedById | FileFilterArchivedById | ||
| children | FileFilterInput | Child files derived from this file, for example revisions or replacements | |
| colorProfile | FileFilterColorProfile | ICC color profile information | |
| component | ComponentFilterInput | Associated component, if any | |
| componentId | FileFilterComponentId | ||
| contentType | FileFilterContentType | MIME type of the uploaded file | |
| createdAt | FileFilterCreatedAt | ||
| dimensions | FileFilterDimensions | File dimensions (width/height in pixels or mm) | |
| externalId | FileFilterExternalId | An external ID for the job | |
| fileCategory | FileFilterFileCategory | Category of file in print workflow | |
| fileHash | FileFilterFileHash | SHA256 hash for file integrity verification | |
| filename | FileFilterFilename | Original filename of the uploaded file | |
| filePath | FileFilterFilePath | Storage path or URL to the file | |
| fileSize | FileFilterFileSize | File size in bytes | |
| id | FileFilterId | ||
| job | JobFilterInput | Associated print job, if any | |
| jobId | FileFilterJobId | ||
| metadata | FileFilterMetadata | Additional file metadata (EXIF, print specs, etc.) | |
| not | [FileFilterInput!] | ||
| operation | OperationFilterInput | Associated operation, if any | |
| operationId | FileFilterOperationId | ||
| or | [FileFilterInput!] | ||
| parent | FileFilterInput | Parent file, if any - this is used to show revisions | |
| parentId | FileFilterParentId | ||
| preflightReports | PreflightReportFilterInput | Preflight reports associated with this file | |
| printReady | FileFilterPrintReady | Whether file meets print production requirements | |
| rejectedAt | FileFilterRejectedAt | Timestamp when file was rejected | |
| rejectedBy | AuthUserFilterInput | The user who rejected the file | |
| rejectedById | FileFilterRejectedById | ||
| remarks | FileFilterRemarks | Notes about the file or approval/rejection reasons | |
| resolutionDpi | FileFilterResolutionDpi | Image resolution in DPI | |
| state | FileFilterState | ||
| updatedAt | FileFilterUpdatedAt | ||
| uploadedBy | AuthUserFilterInput | The the user who uploaded the file | |
| uploadedById | FileFilterUploadedById |