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