PlayerRole
A role of a player
type PlayerRole {
id: ID!
name: String
}
Fields
PlayerRole.id ● ID! non-null scalar
The unique identifier of the object
PlayerRole.name ● String scalar
The name of the role (e.g. Player, Coach, ...)
Member Of
MatchContestantMember object ● MatchSeriesContestantMember object ● TournamentContestantMember object