Tournament Fixtures Query Using GraphQL

Tournament Fixtures Query Using GraphQL

A list of all the matches in a tournament including matches played in the past, present and the ones to be played in the future. The list includes match keys, start times, venues, details of home & away teams, match status, results, match formats and other essential match 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 for you to access the information on the keys, teams and start time of the matches in the tournament.

Query Arguments

Tournament Fixtures Query accepts the following attributes

key
Str required

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

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

more scenarios

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

With Match ResultHere's the query to access the winners of the match with keys, country names and codes of the tournament fixtures.
With Match TeamsHere's the query that can make you access the keys, country name and code of the tournament fixtures.

Downloads

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