SupSolutionTemplateParameterValueInput
No description
input SupSolutionTemplateParameterValueInput {
name: String!
value: String!
}
Fields
SupSolutionTemplateParameterValueInput.name ● String! non-null scalar
The identifier used to look up the parameter value by its pair of name and value.
SupSolutionTemplateParameterValueInput.value ● String! non-null scalar
The identifier used to look up the parameter value by its pair of name and value.