OBJECT

PullRequestConnection

The connection type for PullRequest.

link GraphQL Schema definition

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