Github API - Test Config

PullRequestCommitEdge [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 PullRequestCommit

PullRequestCommit [object]

Represents a Git commit part of a pull request.

Implements
NodeUniformResourceLocatable
Attributes
commit Commit

The Git commit object

id ID

The Node ID of the PullRequestCommit object

pullRequest PullRequest

The pull request this commit belongs to

resourcePath URI

The HTTP path for this pull request commit

url URI

The HTTP URL for this pull request commit

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API