ProcedureStartNodeParameterInput
No description
input ProcedureStartNodeParameterInput {
key: String!
type: String
default: String
required: Boolean
}
Fields
ProcedureStartNodeParameterInput.key ● String! non-null scalar common
The identifier of the arg
ProcedureStartNodeParameterInput.type ● String scalar common
Defaults to 'text'
ProcedureStartNodeParameterInput.default ● String scalar common
Default is empty string
ProcedureStartNodeParameterInput.required ● Boolean scalar common
Whether the input must be present for the procedure to run