Types
WorkspaceFile
object
WorkspaceFileFields
id
ID!
fileName
String!
fileSize
The size of the file expressed in bytes, kilobytes, and megabytes.
fileExtension
String
The file extension detected from the uploaded content (e.g. 'png', 'pdf'). Null until the file has been uploaded and its type determined.
fileMimeType
String!
The MIME type detected from the uploaded content (e.g. 'image/png'). Set to 'application/octet-stream' until the file has been uploaded.
visibility
Whether the file is stored in a publicly accessible bucket (PUBLIC) or a private bucket requiring a signed URL (PRIVATE).
downloadUrl
This URL will only be available after the file has been uploaded.
createdAt
createdBy
updatedAt
updatedBy

