OBJECT
StarredRepositoryConnection
The connection type for Repository.
link GraphQL Schema definition
- type StarredRepositoryConnection {
- # A list of edges.
- : [StarredRepositoryEdge]
- # A list of nodes.
- : [Repository]
- # Information to aid in pagination.
- : PageInfo!
- # Identifies the total count of items in the connection.
- : Int!
- }