OBJECT

TopGeocountry

Top artist of an organization

link GraphQL Schema definition

  • type TopGeocountry {
  • agent_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • client_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • country: Geocountry!
  • id: ID!
  • net_revenue_cumulative: Float!
  • user: User!
  • }