Object GitHub::CommitContributionsByRepository

This aggregates commits made by a user within one repository.

Fields

contributions(after: String, before: String, first: Int, last: Int, orderBy: CommitContributionOrder = {field: OCCURRED_AT, direction: DESC}): CreatedCommitContributionConnection!

The commit contributions, each representing a day.

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: CommitContributionOrder = {field: OCCURRED_AT, direction: DESC}

Ordering options for commit contributions returned from the connection.

repository: Repository!

The repository in which the commits were made.

resourcePath: URI!

The HTTP path for the user's commits to the repository in this time range.

url: URI!

The HTTP URL for the user's commits to the repository in this time range.

Uses

ContributionsCollection.commitContributionsByRepository