Skip to main content
Version: 1.0.0

DeployVariable

No description

type DeployVariable {
id: UUID!
specId: UUID
name: String!
value: String!
type: BlueprintVariableType!
valueString: String
valueBoolean: Boolean
valueInt: Int
valueFloat: Float
valueJson: JSON
}

Fields

DeployVariable.id ● UUID! non-null scalar

DeployVariable.specId ● UUID scalar

DeployVariable.name ● String! non-null scalar

DeployVariable.value ● String! non-null scalar

DeployVariable.type ● BlueprintVariableType! non-null enum

DeployVariable.valueString ● String scalar

DeployVariable.valueBoolean ● Boolean scalar

DeployVariable.valueInt ● Int scalar

DeployVariable.valueFloat ● Float scalar

DeployVariable.valueJson ● JSON scalar

Member Of

DeploymentConfiguration object