Github API - Test Config

PullRequestChangedFileEdge [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 PullRequestChangedFile

PullRequestChangedFile [object]

A file changed in a pull request.

Attributes
additions Int

The number of additions to the file.

changeType PatchStatus

How the file was changed in this PullRequest

deletions Int

The number of deletions to the file.

path String

The path of the file.

viewerViewedState FileViewedState

The state of the file for the viewer.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API