ComponentFileUsage
Type: Object
Traceable link between a production component and the digital file(s) it consumes. Records role (artwork, dieline, imposition, proof, VDP asset), optional page ranges, processing instructions, and remarks. Enables repeatable re-runs, auditability, and safe automation when source files change across MIS/MES workflows.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| component | Component! | The component that is using this file | ||
| componentId | ID! | |||
| createdAt | DateTime! | |||
| file | File! | The file that is being used | ||
| fileId | ID! | |||
| id | ID! | |||
| pageRange | String | If a subset of the file should be used, here you can select which pages. For example: '1-4' or '1-2,7-8' | ||
| processingInstructions | String | Instructions for processing the file for use in this component | ||
| remarks | String | Additional remarks or notes about the file usage | ||
| role | ComponentFileUsageRoleEnum | How is the file to be used in this context | ||
| updatedAt | DateTime! |