OBJECT
Entrant
An entrant in an event
link GraphQL Schema definition
- type Entrant {
- : ID
- : Event
- # Entrant's seed number in the first phase of the event.
- : Int
- : Boolean
- # The entrant name as it appears in bracket: gamerTag of the participant or team
- # name
- : String
- # Paginated sets for this entrant
- #
- # Arguments
- # page: [Not documented]
- # perPage: [Not documented]
- # sortType: How to sort these sets
- # filters: Supported filter options to filter down set results.
- (
- : Int,
- : Int,
- : SetSortType,
- : SetFilters
- ): SetConnection
- : [Participant]
- : [Seed]
- : Int
- # Standing for this entrant given an event. All entrants queried must be in the
- # same event (for now).
- : Standing
- : Streams @deprecated( reason: "DEPRECATED. Use streams instead, which supports multiple stream types and teams." )
- : [Streams]
- # Team linked to this entrant, if one exists
- : Team
- }
link Require by
- EntrantConnectionnull
- EventAn event in a tournament
- EventTeamAn event-level Team, in the context of some competition
- GameSelectionA selection for this game. i.e. character/stage selection, etc
- GlobalTeamGlobal Team
- ParticipantA participant of a tournament; either a spectator or competitor
- Querynull
- SeedA seed for an entrant
- SetSlotA slot in a set where a seed currently or will eventually exist in order to participate in the set.
- StandingA standing indicates the placement of something within a container.
- TeamA team, either at the global level or within the context of an event