OBJECT

OnsiteNotificationsUnreadSummary

Contains summary for unread infomation.

link GraphQL Schema definition

1type OnsiteNotificationsUnreadSummary {
2
3# Last time user marked all as read.
4lastReadAllAt: Time
5
6# Number of unread notifications.
7unreadCount: Int!
8
9}