Skip to main content
QUERY
githubPullRequests(source: GitHubRequestSource!, scope: GitHubPullRequestScope!, repositoryId: ID, state: GitHubPullRequestStateFilter, first: Int, after: String): GitHubPullRequestPage!

Arguments

source

The source used to filter or perform the operation.

The scope used to filter or perform the operation.

repositoryId
ID

Identifier of the repository. Omit it to leave this dimension unfiltered.

The state used to filter or perform the operation. Defaults to OPEN.

first
Int
default:25

Maximum number of records to return. Defaults to 25.

after
String

Cursor or identifier after which to return records. Omit it to leave this dimension unfiltered.

Items associated with this GitHub pull request page.

truncated
Boolean!

Whether this GitHub pull request page is truncated.

hasNextPage
Boolean!

Whether this GitHub pull request page has next page.

endCursor
String

The end cursor associated with this GitHub pull request page. May be null when unavailable or not applicable.

Query
Variables
Response