SupSolutionTemplateCompatibleEvalKitUpdateInput
Input for updating an existing compatible eval kit on a solution template.
input SupSolutionTemplateCompatibleEvalKitUpdateInput {
addParameters: [SupSolutionTemplateParameterBundleInput!]
compatibleEvalKitId: String!
evalKitId: ID
removeParameterTitles: [String!]
updateParameters: [SupSolutionTemplateParameterBundleInput!]
}
Fields
SupSolutionTemplateCompatibleEvalKitUpdateInput.addParameters ● [SupSolutionTemplateParameterBundleInput!] list input
Parameters to add to this compatible eval kit. Fails if a title already exists on it.
SupSolutionTemplateCompatibleEvalKitUpdateInput.compatibleEvalKitId ● String! non-null scalar
The identifier of the existing compatible eval kit to update.
SupSolutionTemplateCompatibleEvalKitUpdateInput.evalKitId ● ID scalar
The new evaluation kit identifier, if changing which eval kit this row points to.
SupSolutionTemplateCompatibleEvalKitUpdateInput.removeParameterTitles ● [String!] list scalar
Parameter titles to remove from this compatible eval kit.
SupSolutionTemplateCompatibleEvalKitUpdateInput.updateParameters ● [SupSolutionTemplateParameterBundleInput!] list input
Parameters to update on this compatible eval kit. Fails if a title does not already exist on it.