FileInfoSortInput Input Object
Represents information about a file stored in the system. Files can include images, content blocks, articles, and other document types.
Fields
#
accountId
The identifier of the account that owns this file. Note: This field is not exposed in the GraphQL schema.
contentUrl
The URL to access the file's content directly. Used for downloading or embedding the file content. Note: This field cannot be used in filters as it's stored in a JSON column.
createdUtc
The UTC timestamp when the file was originally created. This field is filterable.
editorType
The editor type to be used for this file. Relevant for editable content types like content blocks and articles. Note: This field cannot be used in filters as it's stored in a JSON column.
folderId
The identifier of the folder containing this file. Null if the file is in the root directory. This field is filterable.
modifiedUtc
The UTC timestamp when the file was last modified. This field is filterable.
publicUrl
The publicly accessible URL for the file. Used when the file needs to be shared externally or accessed without authentication. Note: This field cannot be used in filters as it's stored in a JSON column.
size
The size of the file in bytes. Null if size information is not available. Note: This field cannot be used in filters as it's stored in a JSON column.
thumbnailUrl
The URL of the thumbnail image for preview purposes. Typically used for images and documents that support previews. Note: This field cannot be used in filters as it's stored in a JSON column.
type
The type of file (e.g., Image, ContentBlock, Article, File). Determines how the file is processed and displayed. This field is filterable.
Usages
#
References
#
- Argument order of field files from type Query
FileInfoFilterInput
