Tournament Player Stats Query Using GraphQL
Tournament Player Stats Query 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
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
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
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.