ENUM
OrderDirection
Possible directions in which to order a list of items when provided an orderBy
argument.
link GraphQL Schema definition
- enum OrderDirection {
- # Specifies an ascending order for a given `orderBy` argument.
- # Specifies a descending order for a given `orderBy` argument.
- }
link Require by
- LanguageOrderOrdering options for language connections.
- MemberOrderWays in which member connections can be ordered.
- ProjectOrderWays in which lists of projects can be ordered upon return.
- ReactionOrderWays in which lists of reactions can be ordered upon return.
- RepositoryA repository contains the content for a project.
- RepositoryOrderOrdering options for repository connections
- StarOrderWays in which star connections can be ordered.
- TeamOrderWays in which team connections can be ordered.