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