OBJECT

CreatorTimeseriesItem

Single item of stats for the time series.

link GraphQL Schema definition

1type CreatorTimeseriesItem {
2
3# Streamed duration (in minutes).
4minutesStreamed: Int
5
6# Timestamp of the broken down time series.
7timestamp: Time!
8
9# Value at the timestamp.
10value: Float!
11
12}