FileOutput
FileOutput
The processed variant of studio.file
| Field | Argument | Type | Description |
|---|---|---|---|
| nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
| id | UUID! | The uuid of the file_output. | |
| orgId | UUID! | The uuid of the organization. | |
| spaceId | UUID | The id of the space that screen_group belong to. | |
| fileId | UUID! | The uuid of the original file. | |
| fileProcessingJobId | UUID | The uuid of the file_processing_job. | |
| url | String | The (first) url of the processed file. | |
| content | JSON | The collection of urls and mimetypes for complex outputs. | |
| metadata | JSON | The collection of additional data for the file_output. | |
| mimetype | String | The mimetype string of the processed file. | |
| size | BigInt | The size (bytes) of the processed file. | |
| createdAt | Datetime | ||
| commonFileId | UUID | ||
| orgByOrgId | Org | Reads a single `Org` that is related to this `FileOutput`. | |
| spaceBySpaceId | Space | Reads a single `Space` that is related to this `FileOutput`. | |
| fileByFileId | File | Reads a single `File` that is related to this `FileOutput`. | |
| fileProcessingJobByFileProcessingJobId | FileProcessingJob | Reads a single `FileProcessingJob` that is related to this `FileOutput`. | |