ENUM
SetSortType
Different sort type configurations used when displaying multiple sets
link GraphQL Schema definition
- enum SetSortType {
- # Sets will not be sorted.
- # Sets are sorted in the suggested order that they be called to be played. The
- # order of completed sets is reversed.
- # Sets are sorted by relevancy dependent on the state and progress of the event.
- # Sets are sorted in the order that they were started.
- # Deprecated. This is equivalent to CALL_ORDER
- # Sets sorted by round and identifier
- }