NotificationSubscription
NotificationSubscription
A user to be notified for an event via a specified channel.
| Field | Argument | Type | Description |
|---|---|---|---|
| nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
| id | UUID! | ||
| notificationRuleId | UUID! | ||
| userId | UUID! | ||
| orgId | UUID! | ||
| channel | String! | ||
| active | Boolean! | ||
| spaceId | UUID | ||
| notificationRuleByNotificationRuleId | NotificationRule | Reads a single `NotificationRule` that is related to this `NotificationSubscription`. | |
| userByUserIdAndOrgId | User | Reads a single `User` that is related to this `NotificationSubscription`. | |
| orgByOrgId | Org | Reads a single `Org` that is related to this `NotificationSubscription`. | |
| spaceBySpaceId | Space | Reads a single `Space` that is related to this `NotificationSubscription`. | |