OBJECT
DashboardAlertQueueActivityConnection
Paginated list of past activities for a channel's Dashboard Alert Queue.
link GraphQL Schema definition
1 type DashboardAlertQueueActivityConnection { 2 3 # Activity elements of the list. 4 : [DashboardAlertQueueActivityEdge!]! 5 6 # Information about this page. 7 : PageInfo! 8 9 }