OBJECT

Notifications

Wrapper for notifications with a any_more_results field

link GraphQL Schema definition

  • type Notifications {
  • any_more_results: Boolean!
  • count: Int!
  • # List of notifications
  • notifications: [Notification!]!
  • }