RosterPlayer
Roster player details.
type RosterPlayer {
playerId: Int
captain: Boolean
firstName: String
lastName: String
displayName: String
code: String
}
Fields
RosterPlayer.playerId
● Int
scalar
Player ID.
RosterPlayer.captain
● Boolean
scalar
Indicates if the player is the captain of the team.
RosterPlayer.firstName
● String
scalar
The first name of the player.
RosterPlayer.lastName
● String
scalar
The last name of the player.
RosterPlayer.displayName
● String
scalar
The display name of the player.
RosterPlayer.code
● String
scalar
The code associated with the player.
Member of
TeamRoster
object