OBJECT

SetEntrantSource

Describes a source for an entrant in a set. Generally the source is either from a winner/loser of a set in this phase group, or a seed if this is a progression

link GraphQL Schema definition

  • type SetEntrantSource {
  • # The type of this source. e.g. set, seed
  • type: String!
  • # The ID of the type of this source. e.g. set ID, seed ID, etc.
  • typeId: ID
  • # The condition of this source. e.g. winner, loser, etc.
  • condition: String
  • # Human readable string for the condition. e.g. "Winner of Set #1234" or "Seed #1"
  • conditionString: String
  • }

link Require by