INPUT_OBJECT
RepositoryOrder
Ordering options for repository connections
link GraphQL Schema definition
- input RepositoryOrder {
- # The field to order repositories by.
- RepositoryOrderField! :
- # The ordering direction.
- OrderDirection! :
- }
link Require by
- OrganizationAn account on GitHub, with one or more owners, that has repositories, members and teams.
- RepositoryA repository contains the content for a project.
- RepositoryOwnerRepresents an owner of a Repository.
- UserA user is an individual's account on GitHub that owns repositories and can make new content.