OrderDirection Enum
Possible directions in which to order a list of items when provided an orderBy argument.
Possible Values
#
ASC
Specifies an ascending order for a given orderBy argument.
DESC
Specifies a descending order for a given orderBy argument.
Usages
#
References
#
- Field direction from ProjectV2SortBy
- Field direction from ProjectV2SortByField
- Argument direction of field refs from type Repository
Previous
OperationType
