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