OBJECT
Participant
A participant of a tournament; either a spectator or competitor
link GraphQL Schema definition
- type Participant {
- ID :
- # If this participant was checked-in by admin
- Boolean :
- # The time this participant was checked-in by admin
- Timestamp :
- # Info for connected accounts to external services.
- JSON :
- # Contact Info selected during registration. Falls back to User.location and/or
- # User.name if necessary. These fields are for admin use only and do not respect
- # user privacy settings. DO NOT display this information publicly.
- ContactInfo :
- # Email of the user, only available to admins within 18 months of tournament
- String :
- Entrant] : [
- # The events this participant registered for.
- Event] : [
- # The tag that was used in registration e.g. Mang0
- String :
- # Arguments
- # type: [Not documented]
- String): [Image] ( :
- Player :
- # The prefix that was used in registration e.g. C9
- String :
- # Admin only field for required social connections
- ProfileAuthorization] : [
- # The user this participant is associated to.
- User :
- # If this participant is verified as actually being in the tournament
- Boolean :
- }