Notification
All information regarding the notification.
Fields
| Field | Type | Description |
|---|---|---|
| application | NotificationApplication! | Application that sent the notification. |
| createdAt | DateTime | Creation date of notification. |
| defaultAction | String! | Primary call to action of the notification. |
| id | UUID! | The UUID of the notification. |
| isRead | Boolean! | Read state of notification. |
| level | NotificationLevel! | The notification level. |
| message | String! | Notification message with placeholders for dynamic values. |
| metadata | String! | Metadata associated with the notification. |
| priority | NotificationPriority! | The notification priority. |
| resourceId | String! | Resource ID associated with the notification. |
| resourceSubtype | NotificationResourceSubtype! | The resource subtype associated with the notification and resource. |
| resourceType | NotificationResourceType! | The resource type associated with the notification. |
| subtype | NotificationSubtype! | Notification subtype. |
| variables | String! | Values for the message placeholders. |
Used By
Queries
- query: entityInsights (via connection)