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
  • Timestamp: Instant!
  • # Name of the action that triggered the notification
  • Action: String!
  • # Object the notification refers to as a union type
  • Object: NotificationsObject!
  • }

link Require by