Skip to main content

SupSolutionTemplatePatchKeyFeatureGroupInput

No description

input SupSolutionTemplatePatchKeyFeatureGroupInput {
addKeyFeatureGroups: [SupSolutionTemplateKeyFeatureGroupInput!]
removeKeyFeatureGroupAttributes: [SupSolutionTemplateRemoveKeyFeatureGroupAttributeInput!]
solutionTemplateId: ID!
}

Fields

SupSolutionTemplatePatchKeyFeatureGroupInput.addKeyFeatureGroups ● [SupSolutionTemplateKeyFeatureGroupInput!] list input

List of new key feature groups associated with a solution template.

SupSolutionTemplatePatchKeyFeatureGroupInput.removeKeyFeatureGroupAttributes ● [SupSolutionTemplateRemoveKeyFeatureGroupAttributeInput!] list input

List of existing key feature groups will be removed from a solution template.

SupSolutionTemplatePatchKeyFeatureGroupInput.solutionTemplateId ● ID! non-null scalar

The solution template identifier.