Github API - Test Config

ReviewRequestEdge [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 ReviewRequest

ReviewRequest [object]

A request for a user to review a pull request.

Implements
Node
Attributes
asCodeOwner Boolean

Whether this request was created for a code owner

databaseId Int

Identifies the primary key from the database.

id ID

The Node ID of the ReviewRequest object

pullRequest PullRequest

Identifies the pull request associated with this review request.

requestedReviewer RequestedReviewer

The reviewer that is requested.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API