FileOutputFilter
FileOutputFilter
A filter to be used against FileOutput
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUIDFilter | Filter by the object’s `id` field. | |
orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
spaceId | UUIDFilter | Filter by the object’s `spaceId` field. | |
fileId | UUIDFilter | Filter by the object’s `fileId` field. | |
fileProcessingJobId | UUIDFilter | Filter by the object’s `fileProcessingJobId` field. | |
url | StringFilter | Filter by the object’s `url` field. | |
content | JSONFilter | Filter by the object’s `content` field. | |
metadata | JSONFilter | Filter by the object’s `metadata` field. | |
mimetype | StringFilter | Filter by the object’s `mimetype` field. | |
size | BigIntFilter | Filter by the object’s `size` field. | |
createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
commonFileId | UUIDFilter | Filter by the object’s `commonFileId` field. | |
and | [FileOutputFilter!] | Checks for all expressions in this list. | |
or | [FileOutputFilter!] | Checks for any expressions in this list. | |
not | FileOutputFilter | Negates the expression. |