INTERFACE
SalesTrend
A sales trend for a user or organization
link GraphQL Schema definition
- interface 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!
- # Number of streams
- : Int!
- # Number of track sales
- : Float!
- }