ENUM

SetSortType

Different sort type configurations used when displaying multiple sets

link GraphQL Schema definition

  • enum SetSortType {
  • # Sets will not be sorted.
  • NONE
  • # Sets are sorted in the suggested order that they be called to be played. The
  • # order of completed sets is reversed.
  • CALL_ORDER
  • # Sets are sorted by relevancy dependent on the state and progress of the event.
  • MAGIC
  • # Sets are sorted in the order that they were started.
  • RECENT
  • # Deprecated. This is equivalent to CALL_ORDER
  • STANDARD
  • # Sets sorted by round and identifier
  • ROUND
  • }