ENUM

FolderSort

link GraphQL Schema definition

1enum FolderSort {
2customOrder_ASC
3id_ASC
4id_DESC
5name_ASC
6name_DESC
7}