CreateFileInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| colorProfile | String | ICC color profile information | |
| componentId | ID | ||
| contentType | String! | MIME type of the uploaded file | |
| dimensions | JsonString | File dimensions (width/height in pixels or mm) | |
| externalId | String | An external ID for the job | |
| fileCategory | FileCategoryEnum | Category of file in print workflow | |
| fileHash | String | SHA256 hash for file integrity verification | |
| filename | String! | Original filename of the uploaded file | |
| filePath | String! | Storage path or URL to the file | |
| fileSize | Int! | File size in bytes | |
| jobId | ID | ||
| metadata | JsonString | Additional file metadata (EXIF, print specs, etc.) | |
| operationId | ID | ||
| remarks | String | Notes about the file or approval/rejection reasons | |
| resolutionDpi | Int | Image resolution in DPI | |
| uploadedById | ID |