Skip to main content
Version: 2024-10-11

GameStateTeam

The state data of a team in the game

type GameStateTeam {
attributes: GameStateAttributes
id: String
meta: GameStateTeamMeta
vendorId: String
}

Fields

GameStateTeam.attributes ● GameStateAttributes object

Attributes of the team

GameStateTeam.id ● String scalar

The unique identifier of the object

GameStateTeam.meta ● GameStateTeamMeta object

Metadata of the team

GameStateTeam.vendorId ● String scalar

The unique identifier of the team from the game

Member Of

GameStateContestant object