Object GitHub::PullRequestReviewContributionsByRepository
This aggregates pull request reviews made by a user within one repository.
Fields
contributions(after: String, before: String, first: Int, last: Int, orderBy: ContributionOrder = {direction: DESC}): CreatedPullRequestReviewContributionConnection!
The pull request review contributions.
Args
orderBy: ContributionOrder = {direction: DESC}
Ordering options for contributions returned from the connection.
repository: Repository!
The repository in which the pull request reviews were made.