Skip to content

UserNotificationsCount

Counts of different types of notifications for a user

Fields

conversation_notification_count · Int · The number of unread conversation notifications
id · ID · The unique identifier of the counter
unscheduled_lab_orders_count · Int · The number of unscheduled lab orders

Used By

Definition

"""
Counts of different types of notifications for a user
"""
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
}