AssociationFilter
AssociationFilter
A filter to be used against Association
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
fromCast | UUIDFilter | Filter by the object’s `fromCast` field. | |
fromScreen | UUIDFilter | Filter by the object’s `fromScreen` field. | |
fromChannel | UUIDFilter | Filter by the object’s `fromChannel` field. | |
fromPlaylist | UUIDFilter | Filter by the object’s `fromPlaylist` field. | |
fromAppInstance | UUIDFilter | Filter by the object’s `fromAppInstance` field. | |
toCast | UUIDFilter | Filter by the object’s `toCast` field. | |
toFile | UUIDFilter | Filter by the object’s `toFile` field. | |
toAppInstance | UUIDFilter | Filter by the object’s `toAppInstance` field. | |
toPlaylist | UUIDFilter | Filter by the object’s `toPlaylist` field. | |
toChannel | UUIDFilter | Filter by the object’s `toChannel` field. | |
toLink | UUIDFilter | Filter by the object’s `toLink` field. | |
toCredential | UUIDFilter | Filter by the object’s `toCredential` field. | |
toSite | UUIDFilter | Filter by the object’s `toSite` field. | |
and | [AssociationFilter!] | Checks for all expressions in this list. | |
or | [AssociationFilter!] | Checks for any expressions in this list. | |
not | AssociationFilter | Negates the expression. |