Featured Matches Query Using GraphQL
Featured Matches Query Using GraphQL
A 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.
Sample Query
Minimal Match Information - The following query contains Minimal Match Information like name, venue and start date which ultimately supports building dashboards like a match calendar.
more scenarios
Here are some scenarios that you must consider while making query request
Featured Matches Winner InfoUse the following query for knowing the information specifically on the winner of the featured matches
Featured Matches Team InfoUse the following query to access information about the teams which take part in the featured matches
HTTP Extensions
Possible status code you may receive in response to your request.
Status Code | Error Code | Reason | |
---|---|---|---|
401 | A-401-0 | Invalid access token to process |
Downloads
A few snapshots of Featured Matches Query responses for various sample queries that could help you in testing your app and understanding the responses in most possible cases.