Object GitHub::CreatedPullRequestContribution

Represents the contribution a user made on GitHub by opening a pull request.

Fields

isRestricted: Boolean!

Whether this contribution is associated with a record you do not have access to. For example, your own 'first issue' contribution may have been made on a repository you can no longer access.

occurredAt: DateTime!

When this contribution was made.

pullRequest: PullRequest!

The pull request that was opened.

resourcePath: URI!

The HTTP path for this contribution.

url: URI!

The HTTP URL for this contribution.

user: User!

The user who made this contribution.

Uses

ContributionsCollection.popularPullRequestContribution

CreatedPullRequestContributionConnection.nodes

CreatedPullRequestContributionEdge.node

CreatedPullRequestOrRestrictedContribution

Contribution