Object GitHub::PullRequestConnection

The connection type for PullRequest.

Fields

edges: [PullRequestEdge]

A list of edges.

nodes: [PullRequest]

A list of nodes.

pageInfo: PageInfo!

Information to aid in pagination.

totalCount: Int!

Identifies the total count of items in the connection.

Uses

Commit.associatedPullRequests

Label.pullRequests

Milestone.pullRequests

Ref.associatedPullRequests

Repository.pullRequests

User.pullRequests