ENUM
SortDirection
Available sort directions for ordering query results
link GraphQL Schema definition
- enum SortDirection {
- # Ascending order (A-Z, 0-9, oldest first)
- # Descending order (Z-A, 9-0, newest first)
- }
ENUM
Available sort directions for ordering query results
- enum SortDirection {
- # Ascending order (A-Z, 0-9, oldest first)
- # Descending order (Z-A, 9-0, newest first)
- }