FileInfoFilterInput Input Object
Represents information about a file stored in the system. Files can include images, content blocks, articles, and other document types.
Fields
#
and
createdUtc
The UTC timestamp when the file was originally created. This field is filterable.
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.
or
tags
A list of tags associated with the file for categorization and search purposes. This field is filterable.
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 where of field files from type Query
Previous
FileInfoEdge
Next
FileInfoSortInput
