GameEventTeamUpdate
A change on the metadata of a team in the game
type GameEventTeamUpdate {
team: GameTeam!
}
Fields
GameEventTeamUpdate.team
● GameTeam!
non-null object
The updated team
Implemented By
GameEventData
union