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