ENUM

ChanletSort

ChanletSort indicates the desired order of chanlets in the list returned by LoadChanletsByUserID.

link GraphQL Schema definition

1enum ChanletSort {
2
3# ChanletSortNone indicates that the order of chanlets returned is insignificant
4# to the client and is allowed to be arbitrary.
5NONE
6
7# ChanletSortViewerCount indicates chanlets should return sorted by viewer counts,
8# descending.
9VIEWER_COUNT
10}