NotificationSubscriptionFilter
NotificationSubscriptionFilter
A filter to be used against NotificationSubscription object types. All fields are combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| id | UUIDFilter | Filter by the object’s `id` field. | |
| notificationRuleId | UUIDFilter | Filter by the object’s `notificationRuleId` field. | |
| userId | UUIDFilter | Filter by the object’s `userId` field. | |
| orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
| channel | StringFilter | Filter by the object’s `channel` field. | |
| active | BooleanFilter | Filter by the object’s `active` field. | |
| spaceId | UUIDFilter | Filter by the object’s `spaceId` field. | |
| and | [NotificationSubscriptionFilter!] | Checks for all expressions in this list. | |
| or | [NotificationSubscriptionFilter!] | Checks for any expressions in this list. | |
| not | NotificationSubscriptionFilter | Negates the expression. | |