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
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.