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