Tournament Tables Query Using GraphQL
Tournament Tables Query Using GraphQL
Information required to create the points table/standings of a tournament. The team positions, points, number of matches won, lost, tied, drawn/ended in no-result along with the net run rate are available. The standings are updated at the end of every match.
Sample Query
Here's a sample query for you to show information on the points table during the tournament.
Query Arguments
Tournament Tables Query accepts the following attributes
key
Str required
The key of the tournament whose standings will be fetched Get the Tournament Key
The key of the tournament whose standings will be fetched Get the Tournament Key
more scenarios
Here are some scenarios that you must consider while making query request
With Teams Net Run RateUse this query to show the information on the net run rate on the points table.
With Points and Won, Lost CountThis query can be used to show the win lost count data on the points table during the tournament.
Downloads
A few snapshots of the Tournament Tables Query in action under different scenarios that could help you in testing your app and understanding the responses in most cases.