Tournament Featured Matches Query Using GraphQL

Tournament Featured Matches Query Using GraphQL

Curated list of matches of a tournament that are expected to create high demand. The response includes live scores, venues, start dates, match status, flags, organising associations, players of the match, team scores, player scores and other essential match data. The match key available in the response can be used to access match related information from other query endpoints.
Cricket API Image
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 keys, names and tournament information of tournament featured matches.

Query Arguments

Tournament Featured Matches Query accepts the following attributes

key
Str required

The key of the tournament whose list of featured matches will be fetched. Get the Tournament Key

The key of the tournament whose list of featured matches will be fetched. Get the Tournament Key

more scenarios

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

Tournament Featured Matches With TeamHere is the query to access information on teams, names and key of the tournament featured matches.
Tournament Featured Matches With WinnerHere is the sample query which helps you to access the winning team's name and code of the tournament featured matches.

Downloads

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