NotificationRuleFilter
NotificationRuleFilter
A filter to be used against NotificationRule
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUIDFilter | Filter by the object’s `id` field. | |
screenId | UUIDFilter | Filter by the object’s `screenId` field. | |
orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
event | StringFilter | Filter by the object’s `event` field. | |
active | BooleanFilter | Filter by the object’s `active` field. | |
waitTime | IntFilter | Filter by the object’s `waitTime` field. | |
createdBy | UUIDFilter | Filter by the object’s `createdBy` field. | |
createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
spaceId | UUIDFilter | Filter by the object’s `spaceId` field. | |
and | [NotificationRuleFilter!] | Checks for all expressions in this list. | |
or | [NotificationRuleFilter!] | Checks for any expressions in this list. | |
not | NotificationRuleFilter | Negates the expression. |