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