OBJECT

SetSlot

A slot in a set where a seed currently or will eventually exist in order to participate in the set.

link GraphQL Schema definition

  • type SetSlot {
  • id: ID
  • entrant: Entrant
  • # Pairs with prereqType, is the ID of the prereq.
  • prereqId: String
  • # Given a set prereq type, defines the placement required in the origin set to end
  • # up in this slot.
  • prereqPlacement: Int
  • # Describes where the entity in this slot comes from.
  • prereqType: String
  • seed: Seed
  • # The index of the slot. Unique per set.
  • slotIndex: Int
  • # The standing within this set for the seed currently assigned to this slot.
  • standing: Standing
  • }

link Require by