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

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

orderBy: ContributionOrder = {direction: DESC}

Ordering options for contributions returned from the connection.

repository: Repository!

The repository in which the pull request reviews were made.

Uses

ContributionsCollection.pullRequestReviewContributionsByRepository