OBJECT

PullRequestReviewConnection

The connection type for PullRequestReview.

link GraphQL Schema definition

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