GameStateTeam
The state data of a team in the game
type GameStateTeam {
attributes: GameStateAttributes
id: ID!
meta: GameStateTeamMeta
vendorId: String
}
Fields
GameStateTeam.attributes
● GameStateAttributes
object
Attributes of the team
GameStateTeam.id
● ID!
non-null 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