OBJECT
Set
A set
link GraphQL Schema definition
- type Set {
- ID :
- # The time this set was marked as completed
- Timestamp :
- # The time this set was created
- Timestamp :
- # Arguments
- # mainEntrantId: [Not documented]
- ID): String ( :
- # Event that this set belongs to.
- Event :
- # Full round text of this set.
- String :
- # Arguments
- # orderNum: [Not documented]
- Int!): Game ( :
- Game] : [
- # Whether this set contains a placeholder entrant
- Boolean :
- # The letters that describe a unique identifier within the pool. Eg. F, AT
- String :
- # Arguments
- # type: [Not documented]
- String): [Image] ( :
- Int :
- # Phase group that this Set belongs to.
- PhaseGroup :
- # The round number of the set. Negative numbers are losers bracket
- Int :
- # Indicates whether the set is in best of or total games mode. This instructs
- # which field is used to figure out how many games are in this set.
- Int :
- # A possible spot in a set. Use this to get all entrants in a set. Use this for
- # all bracket types (FFA, elimination, etc)
- #
- # Arguments
- # includeByes: [Not documented]
- Boolean): [SetSlot] ( :
- # The start time of the Set. If there is no startAt time on the Set, will pull it
- # from phaseGroup rounds configuration.
- Timestamp :
- Timestamp :
- Int :
- # Tournament event station for a set
- Stations :
- # Tournament event stream for a set
- Streams :
- # If setGamesType is in total games mode, this defined the number of games in the
- # set.
- Int :
- # Url of a VOD for this set
- String :
- Int :
- Int :
- }