OBJECT

StarredRepositoryConnection

The connection type for Repository.

link GraphQL Schema definition

  • type StarredRepositoryConnection {
  • # A list of edges.
  • edges: [StarredRepositoryEdge]
  • # A list of nodes.
  • nodes: [Repository]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • }