GamePlatform
Represents a specific game version (e.g. CS:GO) and the platform (e.g. PC) that it's played on
type GamePlatform {
id: String
platform: String
version: GameVersion
}
Fields
GamePlatform.id ● String 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