v1.0 Release Notes
Release Notes:
Added a new query field seasons to the
Querytype, which returns a list of seasons.Added a new query field countries to the
Querytype, which returns a list of countries. Country codes follow ISO 3166.Added a new query field country to the
Querytype, which returns the details for a country for the givenid.Added a new query field tournaments to the
Querytype, which returns a list of tournaments for the givenseasonId.Added a new query field tournament to the
Querytype, which returns the details for a tournament for the givenid.Added a new query field players to the
Querytype, which returns a list of players.Added a new query field player to the
Querytype, which returns the details for a player for the givenplayerId.Added a new query field leaderboard to the
Querytype, which returns the leaderboard for the given tournamentidandround.Added a new query field teamLeaderboard to the
Querytype, which returns the team leaderboard for the given tournamentid.