OBJECT

MediaUser

Information about a media's earnings for a particular user

link GraphQL Schema definition

  • type MediaUser {
  • client_revenue: Float! @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • id: ID!
  • pretty_client_revenue: String! @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • pretty_client_revenue_1_year: String! @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • pretty_client_revenue_6_months: String! @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • }