Tournament Team Query Using GraphQL

Tournament Team Query Using GraphQL

Details of a team and its squad for a cricket tournament. The squad details include data such as the player names, their jersey numbers, age, nationality, skills, playing styles and roles.
Follow this link to get started with a new project before you start using GraphQL

Sample Query

Minimal Info - Use this sample query for accessing the information on the tournament team and players list.

Query Arguments

Tournament Team Query accepts the following attributes

key
Str required

The key of the tournament in which the required team is participating. Get the Tournament Key

The key of the tournament in which the required team is participating. Get the Tournament Key

team_key
Str required

The key of the team whose squad details are required. Get the Team Key

The key of the team whose squad details are required. Get the Team Key

more scenarios

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

With Player ProfileHere's the query to access information on the team with its players that take part in the tournament.

Downloads

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