Fantasy Match Credits Query Using GraphQL

Fantasy Match Credits Query Using GraphQL

The list of players in the squads of a match and the credit points required to include them in the fantasy team. The match credit for each of the players is determined by a special algorithm that takes into account both the overall and recent performances of the players.
Cricket API Image
Follow this link to get started with a new project before you start using GraphQL

Sample Query

Minimal Match Info - Use this sample query to request information on the fantasy credits of players in a match.

Query Arguments

Fantasy Match Credits Query accepts the following attributes

key
Str required

The key of the match for which the fantasy match credits will be fetched. Get the Match Key

The key of the match for which the fantasy match credits will be fetched. Get the Match Key

model
Str optional

The key of the algorithm according to which fantasy match credits will be calculated.

The key of the algorithm according to which fantasy match credits will be calculated.

more scenarios

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

Fantasy Match Credits With PerformanceHere's the query for making request to know the information on the players' performance.

Downloads

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