ENUM
OrderDirection
Direction of sorting
link GraphQL Schema definition
- enum OrderDirection {
- # Ascending (lower / older first)
- # Ascending (higher / younger first)
- }
ENUM
Direction of sorting
- enum OrderDirection {
- # Ascending (lower / older first)
- # Ascending (higher / younger first)
- }