Game
A game (e.g. Counter-Strike) contains multiple game versions (e.g. CS:GO, CS2, ...)
type Game {
id: ID!
name: String
short: String
}
Fields
Game.id
● ID!
non-null scalar
The unique identifier of the object
Game.name
● String
scalar
The full name of the game (e.g. Counter-Strike)
Game.short
● String
scalar
The short name of the game (e.g. CS)
Member Of
GameVersion
object