Player
Type representing a player.
type Player {
playerId: Int
firstName: String
lastName: String
displayName: String
code: String
country: Country
dob: String
}
Fields
Player.playerId
● Int
scalar
The unique identifier for the player.
Player.firstName
● String
scalar
The first name of the player.
Player.lastName
● String
scalar
The last name of the player.
Player.displayName
● String
scalar
The display name of the player.
Player.code
● String
scalar
The code associated with the player.
Player.country
● Country
object
The country of the player.
Player.dob
● String
scalar
The date of birth of the player.
Returned by
Member of
LeaderboardPlayer
object ● PairingPlayer
object ● PlayerMapSummary
object ● PlayerScorecard
object ● PlayerStats
object ● PlayerWorm
object