Skip to main content

SupSolutionTemplateApplicationCreateParameterBundleInput

No description

input SupSolutionTemplateApplicationCreateParameterBundleInput {
order: Int!
parameter: SupSolutionTemplateCreateParameterInput!
question: String!
required: Boolean!
values: [SupSolutionTemplateCreateParameterValueInput!]!
}

Fields

SupSolutionTemplateApplicationCreateParameterBundleInput.order ● Int! non-null scalar

The display order of the parameter bundle.

SupSolutionTemplateApplicationCreateParameterBundleInput.parameter ● SupSolutionTemplateCreateParameterInput! non-null input

The parameter associated with the bundle.

SupSolutionTemplateApplicationCreateParameterBundleInput.question ● String! non-null scalar

SupSolutionTemplateApplicationCreateParameterBundleInput.required ● Boolean! non-null scalar

Indicates whether the parameter bundle is required.

SupSolutionTemplateApplicationCreateParameterBundleInput.values ● [SupSolutionTemplateCreateParameterValueInput!]! non-null input

The list of values for the parameter.