Github API - Test Config

mutation createDeploymentStatus

Create a deployment status.

Arguments
input CreateDeploymentStatusInput

CreateDeploymentStatusInput [input]

Autogenerated input type of CreateDeploymentStatus

Attributes
autoInactive Boolean

Adds a new inactive status to all non-transient, non-production environment
deployments with the same repository and environment name as the created
status's deployment.

clientMutationId String

A unique identifier for the client performing the mutation.

deploymentId ID

The node ID of the deployment.

description String

A short description of the status. Maximum length of 140 characters.

environment String

If provided, updates the environment of the deploy. Otherwise, does not modify the environment.

environmentUrl String

Sets the URL for accessing your environment.

logUrl String

The log URL to associate with this status. This URL should contain
output to keep the user updated while the task is running or serve as
historical information for what happened in the deployment.

The state of the deployment.

API:
Github GraphQL API

Parameters for CreateDeploymentStatus

Returns
CreateDeploymentStatusPayload

CreateDeploymentStatusPayload [object]

Autogenerated return type of CreateDeploymentStatus

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

deploymentStatus DeploymentStatus

The new deployment status.

API:
Github GraphQL API
API:
Github GraphQL API