OBJECT

TopAlbumMedia

A top album media with its earnings information

link GraphQL Schema definition

  • type TopAlbumMedia {
  • client_downloads_net_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • downloads_agent_net_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • downloads_client_net_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • downloads_net_revenue_cumulative: Float!
  • id: ID!
  • media: Media!
  • net_revenue_cumulative: Float!
  • streams_agent_net_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • streams_client_net_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • streams_net_revenue_cumulative: Float!
  • }