NotificationStatus
Summary status of in-app notifications for the current user.
type NotificationStatus {
hasUnread: Boolean!
unreadCount: Int!
}
Fields
NotificationStatus.hasUnread ● Boolean! non-null scalar
Whether the user has any unread notifications
NotificationStatus.unreadCount ● Int! non-null scalar
The total number of unread notifications
Returned By
myNotificationStatus query