Tournament Stats Query Using GraphQL
Tournament Stats Query Using GraphQL
Complete statistics related to a tournament across the three skill sets - batting, bowling and fielding. The stats include the best batting performances and metrics, best bowling performances and metrics, highest and lowest team totals, and largest and smallest margins of win among other statistical information.
Sample Query
Minimal Info - Use this sample query for accessing the data on the exact number of runs, fours, sixes, wickets and the number of complete matches in a tournament.
Query Arguments
Tournament Stats Query accepts the following attributes
key
Str required
The key of the tournament whose statistics will be fetched. Get the Tournament Key
The key of the tournament whose statistics will be fetched. Get the Tournament Key
more scenarios
Here are some scenarios that you must consider while making query request
Players With Most RunsHere's the query for accessing the information on the list of the players who have obtained the maximum amount of most runs in a tournament.
Players With Most WicketsUse this query for accessing the list of players who received the maximum number of wickets in a tournament.
Downloads
A few snapshots of the Tournament Stats Query in action under different scenarios that could help you in testing your app and understanding the responses in most cases.