EmbedFilter
EmbedFilter
A filter to be used against Embed
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | BigIntFilter | Filter by the object’s `id` field. | |
shortId | StringFilter | Filter by the object’s `shortId` field. | |
orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
channelId | UUIDFilter | Filter by the object’s `channelId` field. | |
playlistId | UUIDFilter | Filter by the object’s `playlistId` field. | |
cover | JSONFilter | Filter by the object’s `cover` field. | |
and | [EmbedFilter!] | Checks for all expressions in this list. | |
or | [EmbedFilter!] | Checks for any expressions in this list. | |
not | EmbedFilter | Negates the expression. |