OBJECT

CreatorMetricsByInterval

Creator metrics for the given time period.

link GraphQL Schema definition

1type CreatorMetricsByInterval {
2
3# Creator metrics aggregated and broken up by the interval length.
4items: [CreatorMetricsByIntervalItem]
5
6}