ENUM
SortOrder
The available directions for ordering a list of records.
link GraphQL Schema definition
- enum SortOrder {
- # Sort records in ascending order.
- # Sort records in descending order.
- }
link Require by
- ColourNameEnumOrderByOrderByClauseOrder by clause for the `orderBy` argument on the query `colourNameEnum`.
- CountryEnumOrderByOrderByClauseOrder by clause for the `orderBy` argument on the query `countryEnum`.
- ChangelogOrderByOrderByClauseOrder by clause for the `orderBy` argument on the query `changelog`.
- OrderByClauseAllows ordering a list of records.
- VolumeEnumOrderByOrderByClauseOrder by clause for the `orderBy` argument on the query `volumeEnum`.