Magidoc

CreateDeploymentInput
Input Object

Autogenerated input type of CreateDeployment

Fields

#

autoMerge

Attempt to automatically merge the default branch into the requested ref, defaults to true.

Default: true

clientMutationId

A unique identifier for the client performing the mutation.

description

Short description of the deployment.

environment

Name for the target deployment environment.

Default: "production"

payload

JSON payload with extra information about the deployment.

Default: "{}"

refId

ID !
Non-null

The node ID of the ref to be deployed.

repositoryId

ID !
Non-null

The node ID of the repository.

requiredContexts

[ String !]

The status contexts to verify against commit status checks. To bypass required contexts, pass an empty array. Defaults to all unique contexts.

task

Specifies a task to execute.

Default: "deploy"

Usages

#

References

#

  • Argument input of field createDeployment from type Mutation