Tournament Query Using GraphQL

Tournament Query Using GraphQL

Comprehensive data of a tournament, including the name, host countries, start date, and competition details. The response also includes details of the organising association, list of participating teams, match keys and other essential tournament information.
Follow this link to get started with a new project before you start using GraphQL

Sample Query

Minimal Info - Here's the sample query to get information on the key, name and start date of the tournament.

Query Arguments

Tournament Query accepts the following attributes

key
Str required

The key of the tournament whose extensive details will be fetched. Get the Tournament Key

The key of the tournament whose extensive details will be fetched. Get the Tournament Key

more scenarios

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

With Start Date & End DateHere's the query to use the starting date and ending date of the tournament for scheduling in the calendar.
With TeamsUse this query for accessing the information on the keys, country codes and names of tournaments.
With Match Response ObjectUse this query to access match response objects such as winners of the tournament. You can also access the match query response whereas the detail field (tournament.matches.detail) contains match query response and is billable based on match query license cost for each match accessed in addition to the cost of tournament query

Downloads

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