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

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 issues were opened.

Uses

ContributionsCollection.issueContributionsByRepository