Github API - Test Config

DeploymentRequest [object]

A request to deploy a workflow run to an environment.

Attributes
currentUserCanApprove Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Whether or not the current user can approve the deployment

environment Environment

Environment [object]

An environment.

Implements
Node
Attributes
databaseId Int

Identifies the primary key from the database.

id ID

The Node ID of the Environment object

name String

The name of the environment

The protection rules defined for this environment

API:
Github GraphQL API

The target environment of the deployment

reviewers DeploymentReviewerConnection

DeploymentReviewerConnection [object]

The connection type for DeploymentReviewer.

Attributes

A list of edges.

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

The teams or users that can review the deployment

waitTimer Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

The wait timer in minutes configured in the environment

waitTimerStartedAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

The wait timer in minutes configured in the environment

API:
Github GraphQL API