Player
Player
type Player {
birthday: String
createdAt: String!
fullname: String
fullnameOriginal: String
gameAccounts: [PlayerGameAccount]
id: ID!
imageUrl: String @deprecated
images: [Image]
name: String
nationality: String
nickname: String
socialAccounts: [SocialAccount]
teams: [Team]
updatedAt: String!
}
Fields
Player.birthday ● String scalar
Player birthday (e.g. 2000-12-31)
Player.createdAt ● String! non-null scalar
Timestamp in ISO8601 when this object have been created
Player.fullname ● String scalar
The fullname of the player
Player.fullnameOriginal ● String scalar
The fullname (in original language) of the player
Player.gameAccounts ● [PlayerGameAccount] list object
List of game accounts from the player
Player.id ● ID! non-null scalar
The unique identifier of the object
Player.imageUrl ● String deprecated scalar
DEPRECATEDThis field will be removed in version "2025-03-11", use the field "images" instead
Image url
Player.images ● [Image] list object
List of images from the player
Player.name ● String scalar
The nickname of the player
Player.nationality ● String scalar
The current nationality of the player in ISO 3166 Alpha-2 (e.g. de)
Player.nickname ● String scalar
The nickname of the player
Player.socialAccounts ● [SocialAccount] list object
List of social accounts from the player
Player.teams ● [Team] list object
List of teams that this player is belonging to
Player.updatedAt ● String! non-null scalar
Timestamp in ISO8601 when this object have been created
Member Of
Insight object ● MatchContestantMember object ● MatchSeriesContestantMember object ● PlayerGameAccount object ● PlayerImage object ● PlayerResult object ● Team object ● TeamMember object ● TournamentContestantMember object
Implemented By
FixtureData union