INPUT_OBJECT

TopArtistsCursorInput

Cursor input object for TopArtistsCursor

link GraphQL Schema definition

  • input TopArtistsCursorInput {
  • limit: Int
  • offset: Int
  • search_term: String
  • artist_ids: [ID!]
  • include_admins: Boolean
  • }