OBJECT

TopUser

Top user of an organization

link GraphQL Schema definition

  • type TopUser {
  • gross_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • id: ID!
  • label_net_revenue_cumulative: Float!
  • net_label_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • net_revenue_cumulative: Float!
  • net_user_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • organization_id: ID!
  • organization_royalty_split: Float
  • top_artist: Artist!
  • top_artist_id: ID! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • top_artist_net_revenue_cumulative: Float!
  • top_geocountry: Geocountry!
  • top_geocountry_id: ID! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • top_geocountry_net_revenue_cumulative: Float!
  • top_media: Media!
  • top_media_id: ID! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • top_media_net_revenue_cumulative: Float!
  • user: User!
  • user_id: ID!
  • user_net_revenue_cumulative: Float!
  • }