githubPullRequests
Returns a GitHub pull request page.
githubPullRequests(source: GitHubRequestSource!, scope: GitHubPullRequestScope!, repositoryId: ID, state: GitHubPullRequestStateFilter, first: Int, after: String): GitHubPullRequestPage!Arguments
The source used to filter or perform the operation.
The scope used to filter or perform the operation.
Identifier of the repository. Omit it to leave this dimension unfiltered.
The state used to filter or perform the operation. Defaults to OPEN.
Maximum number of records to return. Defaults to 25.
Cursor or identifier after which to return records. Omit it to leave this dimension unfiltered.
Returns
Items associated with this GitHub pull request page.
Whether this GitHub pull request page is truncated.
Whether this GitHub pull request page has next page.
The end cursor associated with this GitHub pull request page. May be null when unavailable or not applicable.