TournamentContestant
Tournament contestant
type TournamentContestant {
id: ID
members: [TournamentContestantMember]
team: Team
}
Fields
TournamentContestant.id ● ID scalar
The unique identifier of the contestant inside the tournament
TournamentContestant.members ● [TournamentContestantMember] list object
The players of the contestants within the tournament
TournamentContestant.team ● Team object
The related team of the contestant (only set when contestant is a team)
Member Of
Tournament object