OBJECT
Participant
A participant of a tournament; either a spectator or competitor
link GraphQL Schema definition
- type Participant {
- ID :
- # Arguments
- # type: [Not documented]
- String): [Image] ( :
- # Info for connected accounts to external services.
- JSON :
- # Contact Info selected during registration. Falls back to contact info on Player
- # if necessary.
- ContactInfo :
- Entrant] : [
- # The events this participant registered for.
- Event] : [
- Player :
- # If this participant was checked-in by admin
- Boolean :
- # The time this participant was checked-in by admin
- Timestamp :
- # If this participant is claimed or not
- Boolean :
- # Unix time when participant was made
- Timestamp :
- # The tag that was used in registration e.g. Mang0
- String :
- # Id of the player
- Int :
- # Phone number of participant
- String :
- # The prefix that was used in registration e.g. C9
- String :
- # If this participant is verified as actually being in the tournament
- Boolean :
- # Id of user associated with this participant
- Int :
- }