Studio Service

FileOutput

FileOutput

The processed variant of studio.file

FieldArgumentTypeDescription
nodeIdID!A globally unique identifier. Can be used in various places throughout the system to identify this single value.
idUUID!The uuid of the file_output.
orgIdUUID!The uuid of the organization.
spaceIdUUIDThe id of the space that screen_group belong to.
fileIdUUID!The uuid of the original file.
fileProcessingJobIdUUIDThe uuid of the file_processing_job.
urlStringThe (first) url of the processed file.
contentJSONThe collection of urls and mimetypes for complex outputs.
metadataJSONThe collection of additional data for the file_output.
mimetypeStringThe mimetype string of the processed file.
sizeBigIntThe size (bytes) of the processed file.
createdAtDatetime
commonFileIdUUID
orgByOrgIdOrgReads a single `Org` that is related to this `FileOutput`.
spaceBySpaceIdSpaceReads a single `Space` that is related to this `FileOutput`.
fileByFileIdFileReads a single `File` that is related to this `FileOutput`.
fileProcessingJobByFileProcessingJobIdFileProcessingJobReads a single `FileProcessingJob` that is related to this `FileOutput`.