OBJECT

DashboardAlertQueueActivityConnection

Paginated list of past activities for a channel's Dashboard Alert Queue.

link GraphQL Schema definition

1type DashboardAlertQueueActivityConnection {
2
3# Activity elements of the list.
4edges: [DashboardAlertQueueActivityEdge!]!
5
6# Information about this page.
7pageInfo: PageInfo!
8
9}