SupSolutionTemplateParameterValue
No description
type SupSolutionTemplateParameterValue {
info: SupSolutionTemplateParameterInfo
name: String!
value: String!
}
Fields
SupSolutionTemplateParameterValue.info ● SupSolutionTemplateParameterInfo object
Details about the parameter.
SupSolutionTemplateParameterValue.name ● String! non-null scalar
The name of this parameter value.
SupSolutionTemplateParameterValue.value ● String! non-null scalar
The value of this parameter value.