Skip to main content
Version: 2024-06-05

gameData

This query is returning GameData objects. There are two components to it: * GameEvent: The game event (e.g. GameAction, GameScore) * GameState: The current state of the game when the event happened

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

gameData.matchId ● String! non-null scalar

Filter by ProDB Match Round Id

gameData.offset ● Long scalar

Set the offset of the limited result, used for pagination

gameData.sort ● [GameDataSort] list input

Sort the output

Type

GameDataResult object

Game data result