AppEnvironmentCustomDeployInput
Input for starting a custom deploy.
input AppEnvironmentCustomDeployInput {
basename: String
checksum: String
deployMessage: String
environmentId: Int
id: Int
}
Fields
AppEnvironmentCustomDeployInput.basename ● String scalar common
The deployment artifact filename.
AppEnvironmentCustomDeployInput.checksum ● String scalar common
The checksum of the deployment artifact.
AppEnvironmentCustomDeployInput.deployMessage ● String scalar common
The deploy message to record.
AppEnvironmentCustomDeployInput.environmentId ● Int scalar common
The environment ID to deploy to.
AppEnvironmentCustomDeployInput.id ● Int scalar common
The application ID, when required by the caller.
Member Of
startCustomDeploy mutation