ENUM

ChannelChallengeSort

Possible sort orders for lists of challenges.

link GraphQL Schema definition

1enum ChannelChallengeSort {
2
3# Sort the challenges by time.
4START_TIME
5
6# Sort the challenges by time.
7END_TIME
8}