INPUT_OBJECT

TopGameFilter

link GraphQL Schema definition

  • input TopGameFilter {
  • # Array of which # top game you want to filter on.e.g. [2, 3] will filter on the
  • # 2nd and 3rd top games
  • gameNums: [Int]
  • }