Github API - Test Config

DeploymentReviewEdge [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 DeploymentReview

DeploymentReview [object]

A deployment review.

Implements
Node
Attributes
comment String

The comment the user left.

databaseId Int

Identifies the primary key from the database.

environments EnvironmentConnection

The environments approved or rejected

id ID

The Node ID of the DeploymentReview object

The decision of the user.

user User

The user that reviewed the deployment.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API