OBJECT
Notifications
Notification that links to the actual object the notification refers to. See the notifications query for
an example on how to use this type in a query.
link GraphQL Schema definition
- type Notifications {
- # Creation time as a UTC timestamp
- : Instant!
- # Name of the action that triggered the notification
- : String!
- # Object the notification refers to as a union type
- : NotificationsObject!
- }