OBJECT
Seed
A seed for an entrant
link GraphQL Schema definition
- type Seed {
- ID :
- # Map of Participant ID to checked in boolean
- JSON :
- Entrant :
- Int :
- Boolean :
- Phase :
- PhaseGroup :
- String :
- Int :
- # The player(s) associated with this seed's entrant
- Player] : [
- Int :
- # Source progression information
- Progression :
- Int :
- # Entrant's win/loss record for this standing. Scores do not include byes.
- #
- # Arguments
- # phaseGroupId: [Not documented]
- ID!): JSON ( :
- # Arguments
- # containerType: The container of the standing groups to get
- # standings for. If null, will return all standings.
- String): [Standing] ( :
- }