OBJECT
SalesTrendsByNetwork
Sales Trends By Network
link GraphQL Schema definition
- type SalesTrendsByNetwork implements SalesTrend {
- # Number of album sales
- : Float
- # Asset type associated with the report
- : String!
- # Gross revenue for the month
- : Float!
- # Objects Identifier
- : ID!
- # Media type associated with the report
- : String!
- # Net revenue for the month
- : Float!
- # Network associated with the report
- : Network!
- # Number of streams
- : Int!
- # Number of track sales
- : Float!
- }
link Require by
This element is not required by anyone