Skip to main content

v1.0 Release Notes

Release Notes:

  • Added a new query field seasons to the Query type, which returns a list of seasons.

  • Added a new query field countries to the Query type, which returns a list of countries. Country codes follow ISO 3166.

  • Added a new query field country to the Query type, which returns the details for a country for the given id.

  • Added a new query field tournaments to the Query type, which returns a list of tournaments for the given seasonId.

  • Added a new query field tournament to the Query type, which returns the details for a tournament for the given id.

  • Added a new query field players to the Query type, which returns a list of players.

  • Added a new query field player to the Query type, which returns the details for a player for the given playerId.

  • Added a new query field leaderboard to the Query type, which returns the leaderboard for the given tournament id and round.

  • Added a new query field teamLeaderboard to the Query type, which returns the team leaderboard for the given tournament id.