AppEnvironmentCustomDeployPayload
The result of starting a custom deploy.
type AppEnvironmentCustomDeployPayload {
app: App
message: String
success: Boolean
}
Fields
AppEnvironmentCustomDeployPayload.app ● App object common
The application being deployed.
AppEnvironmentCustomDeployPayload.message ● String scalar common
A human-readable message about the deploy request.
AppEnvironmentCustomDeployPayload.success ● Boolean scalar common
Whether the custom deploy request succeeded.
Returned By
startCustomDeploy mutation