Delete This

Delete This

Batting, Bowling and Fielding performance statistics of a player in a grouped tournament. The response includes the number of matches played, total runs scored, wickets taken, catches taken along with the best batting and bowling performances put forth by the player.
Follow this link to get started with a new project before you start using GraphQL

Sample Query

Batting Stats - Here's the sample query for accessing data on the top batsman in a grouped tournament.

Query Arguments

Grouped Tournament Player 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

player_key
Str required

The key of the player whose performance statistics will be fetched. Get the Player Key

The key of the player whose performance statistics will be fetched. Get the Player Key

more scenarios

Here are some scenarios that you must consider while making query request

Bowling StatsHere is the query for making request to know the top bowler in a grouped tournament.
Fielding StatsUse this query to know the information on the top fielders in a grouped tournament.

Downloads

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