ENUM

SortOrder

Sorting order options.

link GraphQL Schema definition

1enum SortOrder {
2
3# Ascending order.
4ASC
5
6# Descending order.
7DESC
8}