ChannelFilter
ChannelFilter
A filter to be used against Channel
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. | |
name | StringFilter | Filter by the object’s `name` field. | |
width | IntFilter | Filter by the object’s `width` field. | |
height | IntFilter | Filter by the object’s `height` field. | |
layoutId | UUIDFilter | Filter by the object’s `layoutId` field. | |
coverData | JSONFilter | Filter by the object’s `coverData` field. | |
coverImageId | UUIDFilter | Filter by the object’s `coverImageId` field. | |
content | JSONFilter | Filter by the object’s `content` field. | |
tags | StringListFilter | Filter by the object’s `tags` field. | |
hiddenZone | BooleanFilter | Filter by the object’s `hiddenZone` field. | |
isHidden | BooleanFilter | Filter by the object’s `isHidden` field. | |
isPublished | BooleanFilter | Filter by the object’s `isPublished` field. | |
draftOf | UUIDFilter | Filter by the object’s `draftOf` field. | |
createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
updatedAt | DatetimeFilter | Filter by the object’s `updatedAt` field. | |
publishedAt | DatetimeFilter | Filter by the object’s `publishedAt` field. | |
createdBy | UUIDFilter | Filter by the object’s `createdBy` field. | |
updatedBy | UUIDFilter | Filter by the object’s `updatedBy` field. | |
publishedBy | UUIDFilter | Filter by the object’s `publishedBy` field. | |
themeId | UUIDFilter | Filter by the object’s `themeId` field. | |
useOrgDefaultTheme | BooleanFilter | Filter by the object’s `useOrgDefaultTheme` field. | |
type | ChannelTypeFilter | Filter by the object’s `type` field. | |
isEmbedEnabled | BooleanFilter | Filter by the object’s `isEmbedEnabled` field. | |
isEmbedPublic | BooleanFilter | Filter by the object’s `isEmbedPublic` field. | |
isShared | BooleanFilter | Filter by the object’s `isShared` field. | |
isSharedExplicit | BooleanFilter | Filter by the object’s `isSharedExplicit` field. | |
isSharedAll | BooleanFilter | Filter by the object’s `isSharedAll` field. | |
and | [ChannelFilter!] | Checks for all expressions in this list. | |
or | [ChannelFilter!] | Checks for any expressions in this list. | |
not | ChannelFilter | Negates the expression. |