INPUT_OBJECT

MonthlyNetworkRevenuesCursorInput

Cursor input object for MonthlyNetworkRevenuesCursor

link GraphQL Schema definition

  • input MonthlyNetworkRevenuesCursorInput {
  • limit: Int
  • offset: Int
  • network_ids: [ID!]
  • album_ids: [ID!]
  • artist_ids: [ID!]
  • user_ids: [ID!]
  • media_ids: [ID!]
  • date: DateTime
  • }