Grouped Tournament Query Using GraphQL

Grouped Tournament Query Using GraphQL

Details of tournaments that are grouped together based on certain logics. Examples include tournaments part of the ICC World Test Championship Cycle and the ICC Cricket World Cup Super League. Details of participating teams, list of constituent tournaments, their tournament keys and the stages of a grouped tournament.
Follow this link to get started with a new project before you start using GraphQL

Sample Query

Minimal Info - Here's the sample query for you to access minimal information on the grouped tournament

Query Arguments

Grouped Tournament Query accepts the following attributes

key
Str required

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

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

more scenarios

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

Grouped Tournament With TeamHere's the query for accessing the information on the teams played in a grouped tournament.
Grouped Tournament With StagesUse this query for accessing the information on the stages played in a grouped tournament.

Downloads

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