OBJECT

UserNotificationsCount

Counts of different types of notifications for a user

link GraphQL Schema definition

  • type UserNotificationsCount {
  • # The number of unread conversation notifications
  • conversation_notification_count: Int
  • # The unique identifier of the counter
  • id: ID
  • # The number of unscheduled lab orders
  • unscheduled_lab_orders_count: Int
  • }