GameTeam
A team in the game
type GameTeam {
id: ID!
meta: GameStateTeamMeta
role: GameRole
vendorId: String!
}
Fields
GameTeam.id
● ID!
non-null scalar
The unique identifier of the object
GameTeam.meta
● GameStateTeamMeta
object
Metadata of the team
GameTeam.role
● GameRole
object
The current role of the team in the game (only for CS2 and Dota2)
GameTeam.vendorId
● String!
non-null scalar
The unique identifier of the team in the game
Member Of
GameEventTeamUpdate
object ● GamePlayer
object
Implemented By
GameContestant
union