OBJECT
OnsiteNotificationsSummary
link GraphQL Schema definition
1 type OnsiteNotificationsSummary { 2 3 # Unread summary for creator display type. 4 : OnsiteNotificationsUnreadSummary 5 6 # Last time notifications were seen. 7 : Time 8 9 # Number of unseen notifications. 10 : Int! 11 12 # Unread summary for viewer display type. 13 : OnsiteNotificationsUnreadSummary 14 15 }