OBJECT

GoLiveNotificationTimeseries

Analytics associated with go live notification timeseries.

link GraphQL Schema definition

1type GoLiveNotificationTimeseries {
2
3# Grouping of notification timeseries items with timestamp and engagements.
4items: [GoLiveNotificationTimeseriesItem!]
5
6# Sum of all notification engagements for a given date range.
7total: Int!
8
9}