RecycleBinFilter
RecycleBinFilter
A filter to be used against RecycleBin
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
spaceId | UUIDFilter | Filter by the object’s `spaceId` field. | |
objectId | UUIDFilter | Filter by the object’s `objectId` field. | |
objectType | StringFilter | Filter by the object’s `objectType` field. | |
objectSubType | StringFilter | Filter by the object’s `objectSubType` field. | |
name | StringFilter | Filter by the object’s `name` field. | |
thumbnail | StringFilter | Filter by the object’s `thumbnail` field. | |
deletedAt | DatetimeFilter | Filter by the object’s `deletedAt` field. | |
and | [RecycleBinFilter!] | Checks for all expressions in this list. | |
or | [RecycleBinFilter!] | Checks for any expressions in this list. | |
not | RecycleBinFilter | Negates the expression. |