Magidoc

CreateDeploymentStatusInput
Input Object

Autogenerated input type of CreateDeploymentStatus

Fields

#

autoInactive

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.

Default: true

clientMutationId

A unique identifier for the client performing the mutation.

deploymentId

ID !
Non-null

The node ID of the deployment.

description

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

environment

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

environmentUrl

Sets the URL for accessing your environment.

logUrl

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.

state

Non-null

The state of the deployment.

Usages

#

References

#

  • Argument input of field createDeploymentStatus from type Mutation