OBJECT

UserNotificationsCount

counts of different types of notifications for a user

link GraphQL Schema definition

  • type UserNotificationsCount {
  • conversation_notification_count: Int
  • id: ID
  • # The number of unscheduled lab orders
  • unscheduled_lab_orders_count: Int
  • }