Grouped Tournament Stats Query Using GraphQL

Grouped Tournament Stats Query Using GraphQL

Batting, bowling and fielding stats of a grouped tournament. Stats presented 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 data.
Follow this link to get started with a new project before you start using GraphQL

Sample Query

Minimal Info - Use this sample query to know the information on overall runs, wickets, fours, sixes counts in a grouped tournament.

Query Arguments

Grouped Tournament Stats Query accepts the following attributes

key
Str required

The key of the grouped tournament whose extensive details will be fetched. Get the Tournament Key

The key of the grouped tournament whose extensive details 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 is the query that should be used to make request for knowing the information on the top five players who take the maximum number of runs in a grouped tournament. The result will be shown in descending order.
Players With Most WicketsHere is the query for making request to know the information on the players that hit most wickets in a grouped tournament.
Largest Winning Margin RunsHere is the query to know the information on the team which wins the largest margin runs in a grouped tournament.

Downloads

A few snapshots of the Grouped Tournament Stats Query in action under different scenarios that could help you in testing your app and understanding the responses in most cases.