gameData
This query is returning the game data of a specific match
gameData(
limit: Int = 10
matchId: String!
offset: Long
sort: [GameDataSort]
): GameDataResult
Arguments
gameData.limit ● Int scalar
Limit the amount of gameData to be returned, used for pagination (max: 100)
gameData.matchId ● String! non-null scalar
Filter by ID of the match
gameData.offset ● Long scalar
Set the offset of the limited result, used for pagination
gameData.sort ● [GameDataSort] list input
Sort the result of the gameData query
Type
GameDataResult object
The result of the gameData query