OBJECT

RevenueMonthGroup

A representation of earnings during one month for one specific period group/network

link GraphQL Schema definition

  • type RevenueMonthGroup {
  • amount: Float! @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • # A user-friendly name for the source, like 'YouTube'. Note that a single month
  • # could have duplicate brand_name values.
  • brand_name: String! @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • # ID is computed by the type of object that is calling this object,
  • # ParentType_ParentID_Date
  • id: ID!
  • name: String!
  • pretty_amount: String! @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • total_streams: Int! @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • }