SupSolutionTemplateApplicationParameterBundle
No description
type SupSolutionTemplateApplicationParameterBundle {
order: Int!
parameter: SupSolutionTemplateParameter!
question: String!
required: Boolean!
values: [SupSolutionTemplateParameterValue!]!
}
Fields
SupSolutionTemplateApplicationParameterBundle.order ● Int! non-null scalar
The display order of the parameter bundle.
SupSolutionTemplateApplicationParameterBundle.parameter ● SupSolutionTemplateParameter! non-null object
Details about the parameter of the parameter bundle.
SupSolutionTemplateApplicationParameterBundle.question ● String! non-null scalar
The content of the question associated with this parameter bundle.
SupSolutionTemplateApplicationParameterBundle.required ● Boolean! non-null scalar
Indicates whether the parameter bundle is mandatory.
SupSolutionTemplateApplicationParameterBundle.values ● [SupSolutionTemplateParameterValue!]! non-null object
The parameter's list of values.