OBJECT
AnalyticsTopUser
A top user with its analytics
link GraphQL Schema definition
- type AnalyticsTopUser {
- # downloads metric
- : [AnalyticsMetric!]!
- : ID!
- # streams metric
- : [AnalyticsMetric!]!
- # total for downloads for all networks for all dates
- : Int
- # total for streams for all networks for all dates
- : Int!
- : User!
- }