ENUM
SortOrder
TODO move these to a more generic spot
link GraphQL Schema definition
- enum SortOrder {
- # Sort from smallest to largest:
- #
- # - numeric: smaller to larger
- #
- # - dates: earlier to later
- #
- # - text: a to z, case insensitive unless otherwise specified
- # Sort from largest to smallest:
- #
- # - numeric: larger to smaller
- #
- # - dates: most recent to less recent
- #
- # - text: z to a, case insensitive unless otherwise specified
- }