PlayerGameAccount
Game-specific account of a player
type PlayerGameAccount {
createdAt: String!
gamePlatform: GamePlatform
player: Player
updatedAt: String!
valid: DateTimeRangeType
value: String
}
Fields
PlayerGameAccount.createdAt
● String!
non-null scalar
Timestamp in ISO8601 when this object have been created
PlayerGameAccount.gamePlatform
● GamePlatform
object
The game platform that this account is belonging to
PlayerGameAccount.player
● Player
object
Related player data
PlayerGameAccount.updatedAt
● String!
non-null scalar
Timestamp in ISO8601 when this object have been created
PlayerGameAccount.valid
● DateTimeRangeType
object
Period when this account was assigned to this player
PlayerGameAccount.value
● String
scalar
The value of the account (e.g. SteamID for CS2)
Member Of
Player
object
Implemented By
FixtureData
union