Tournament Player Stats Query Using GraphQL

Tournament Player Stats Query Using GraphQL

Batting, Bowling and Fielding performance statistics of a player in a particular cricket tournament. The response includes 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

Here's the sample query for you to make request for accessing the information on the number of runs, wickets catches of a player in a tournament.

Query Arguments

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

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

Player Batting StatsHere's the query for accessing the data on the matches, innings, not outs, runs, balls, fours and sixes acquired by the batsman in a tournament.
Player Bowling StatsHere's the query to make request in order to know the information on the bowler in a tournament.
Player Fielding StatsHere's the query for accessing data on the fielding details like number of catches, run-outs, run out assists and stumping of a specific player in a tournament.

Downloads

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