OBJECT
RepositoryConnection
A list of repositories owned by the subject.
link GraphQL Schema definition
- type RepositoryConnection {
- # A list of edges.
- RepositoryEdge] : [
- # A list of nodes.
- Repository] : [
- # Information to aid in pagination.
- PageInfo! :
- # Identifies the total count of items in the connection.
- Int! :
- # The total size in kilobytes of all repositories in the connection.
- Int! :
- }
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.