OBJECT

ViewedNotificationsPayload

link GraphQL Schema definition

1type ViewedNotificationsPayload {
2
3# The modified user which contains an updated OnsiteNotificationsSummary.
4user: User
5
6}