OBJECT

TopArtist

Top artist of an organization

link GraphQL Schema definition

  • type TopArtist {
  • artist: Artist!
  • client_downloads_net_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • client_gross_revenue_cumulative: Float!
  • client_net_revenue_cumulative: Float!
  • client_streams_net_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • downloads_net_revenue_cumulative: Float!
  • downloads_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • gross_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • id: ID!
  • net_revenue_cumulative: Float!
  • # revenue for networks
  • #
  • # Arguments
  • # input: [Not documented]
  • network_revenues(input: NetworkRevenuesCursorInput): [NetworkRevenue!]!
  • streams_net_revenue_cumulative: Float!
  • streams_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • top_geocountry: Geocountry!
  • top_geocountry_net_revenue_cumulative: Float!
  • top_media: Media!
  • top_media_net_revenue_cumulative: Float!
  • user: User!
  • }