GamePlatform
Represents a specific game version (e.g. CS:GO) and the platform (e.g. PC) that it's played on
type GamePlatform {
id: ID!
platform: String
version: GameVersion
}
Fields
GamePlatform.id
● ID!
non-null scalar
The unique identifier of the object
GamePlatform.platform
● String
scalar
The name of platform (e.g. PC)
GamePlatform.version
● GameVersion
object
The game version
Member Of
PlayerGameAccount
object ● Team
object ● Tournament
object