Game
No description
type Game {
gameId: String!
mode: GameMode!
rule: GameRule!
type: GameType!
black: User!
white: User!
handicap: Int
kif: String
playTime: String!
position: String
result: Result
reason: Reason
tags: [Int!]
}