OBJECT

RepositoryConnection

A list of repositories owned by the subject.

link GraphQL Schema definition

  • type RepositoryConnection {
  • # A list of edges.
  • edges: [RepositoryEdge]
  • # A list of nodes.
  • nodes: [Repository]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • # The total size in kilobytes of all repositories in the connection.
  • totalDiskUsage: Int!
  • }