OBJECT

OnsiteNotificationConnection

link GraphQL Schema definition

1type OnsiteNotificationConnection {
2
3# List of notifications.
4edges: [OnsiteNotificationEdge!]
5
6# Information about pagination in this connection.
7pageInfo: PageInfo
8
9# Notifications summary.
10summary: OnsiteNotificationsSummary
11
12}