OBJECT

GoLiveNotificationTimeseriesItem

Single go live notification timeseries item. Represents day, or week/monthly aggregation.

link GraphQL Schema definition

1type GoLiveNotificationTimeseriesItem {
2
3# Number of engagements for a single set of go live notifications.
4engagements: Int!
5
6# First timestamp for a single set of go live notifications.
7timestamp: Time!
8
9}