ScriptInputVariable
object
Representation of input variable type.
Fields
name
String!
non-null
Variable name.
variable
String!
non-null
Variable used inside the script.
type
ScriptVariableKind!
non-null
Variable data type.
value
ScriptVariableValue!
non-null
Variable value.