OBJECT

GameChangeMomentDetails

Moment Details specific to a game change.

link GraphQL Schema definition

1type GameChangeMomentDetails {
2
3# The game that the user changed to.
4game: Game
5
6}