Github API - Test Config

CreatedPullRequestReviewContributionEdge [object]

An edge in a connection.

Attributes
cursor String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A cursor for use in pagination.

node CreatedPullRequestReviewContribution

CreatedPullRequestReviewContribution [object]

Represents the contribution a user made by leaving a review on a pull request.

Implements
Contribution
Attributes
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 the user reviewed.

pullRequestReview PullRequestReview

The review the user left on the pull request.

repository Repository

The repository containing the pull request that the user reviewed.

resourcePath URI

The HTTP path for this contribution.

url URI

The HTTP URL for this contribution.

user User

The user who made this contribution.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API