Skip to main content
Version: 1.0.0

DeployRun

No description

type DeployRun {
id: UUID!
sequence: Int!
intent: DeploymentIntent!
result: DeploymentResult
}

Fields

DeployRun.id ● UUID! non-null scalar

DeployRun.sequence ● Int! non-null scalar

DeployRun.intent ● DeploymentIntent! non-null object

DeployRun.result ● DeploymentResult object

Returned by

abortDeployRun mutation ● createDeployRun mutation

Member Of

DeployRunConnection object ● Team object