OBJECT
A game represents a single game within a set.
type Game {id: ID # Arguments# type: [Not documented]images(type: String): [Image] orderNum: Int # Selections for this game such as character, etc.selections: [GameSelection] # The stage that this game was played on (if applicable)stage: Stage state: Int winnerId: Int }