OBJECT

AnalyticsTopArtist

A top artist with its analytics

link GraphQL Schema definition

  • type AnalyticsTopArtist {
  • artist: Artist!
  • # downloads metric
  • downloads: [AnalyticsMetric!]!
  • id: ID!
  • # streams metric
  • streams: [AnalyticsMetric!]!
  • # total for downloads for all networks for all dates
  • total_downloads: Int
  • # total for streams for all networks for all dates
  • total_streams: Int!
  • }