OBJECT
RevenueMonthGroup
A representation of earnings during one month for one specific period group/network
link GraphQL Schema definition
- type RevenueMonthGroup {
- 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.
- 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! :
- String! :
- String! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- Int! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- }