CastFilter
CastFilter
A filter to be used against Cast 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. | |
| priority | IntFilter | Filter by the object’s `priority` field. | |
| expiresAt | DatetimeFilter | Filter by the object’s `expiresAt` field. | |
| content | JSONFilter | Filter by the object’s `content` field. | |
| createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
| updatedAt | DatetimeFilter | Filter by the object’s `updatedAt` field. | |
| createdBy | UUIDFilter | Filter by the object’s `createdBy` field. | |
| updatedBy | UUIDFilter | Filter by the object’s `updatedBy` field. | |
| and | [CastFilter!] | Checks for all expressions in this list. | |
| or | [CastFilter!] | Checks for any expressions in this list. | |
| not | CastFilter | Negates the expression. | |