Magidoc

FileInfoFilterInput
Input Object

Represents information about a file stored in the system. Files can include images, content blocks, articles, and other document types.

Fields

#

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.

id

The unique identifier of the file. This field is filterable.

modifiedUtc

The UTC timestamp when the file was last modified. This field is filterable.

name

The display name of the file. This field is filterable.

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