OBJECT
GoLiveNotificationTimeseries
Analytics associated with go live notification timeseries.
link GraphQL Schema definition
1 type GoLiveNotificationTimeseries { 2 3 # Grouping of notification timeseries items with timestamp and engagements. 4 : [GoLiveNotificationTimeseriesItem!] 5 6 # Sum of all notification engagements for a given date range. 7 : Int! 8 9 }