PlaylistFilter
PlaylistFilter
A filter to be used against Playlist
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. | |
content | JSONFilter | Filter by the object’s `content` field. | |
color | StringFilter | Filter by the object’s `color` field. | |
tags | StringListFilter | Filter by the object’s `tags` 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. | |
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 | [PlaylistFilter!] | Checks for all expressions in this list. | |
or | [PlaylistFilter!] | Checks for any expressions in this list. | |
not | PlaylistFilter | Negates the expression. |