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