Skip to main content

Fields

createdAt
ISO8601DateTime!
required
The date the file was created.
filename
String!
required
The name of the file.
formattedSize
String!
required
The size of the file in a human-readable format.
id
FileRecordGID!
required
The GID of the file record.
mimeType
FileMimeType!
required
The MIME type of the file.
size
Int!
required
The size of the file in bytes.
staged
Boolean!
required
Whether the file is staged for upload or not.
updatedAt
ISO8601DateTime!
required
The date the file was last updated.
url
Url
The URL to the document.