SupSolutionTemplateUpdateSolutionTemplateInput
Input for solution template update.
input SupSolutionTemplateUpdateSolutionTemplateInput {
addApplicationIds: [String!]
addSoftwareProjectIds: [ID!]
description: String
id: ID!
newCompatibleEvalKits: [SupSolutionTemplateCompatibleEvalKitInput!]
newEsdSource: SupSolutionTemplateEsdSourceInput
newParameters: [SupSolutionTemplateParameterBundleInput!]
newPreviewImages: [SupSolutionTemplateFileInput!]
publisherId: String
removeApplicationIds: [String!]
removeSoftwareProjectIds: [ID!]
stableName: String
status: SupSolutionTemplateStatus
title: String
}
Fields
SupSolutionTemplateUpdateSolutionTemplateInput.addApplicationIds ● [String!] list scalar
Remove list of application identifiers associated with the solution template.
SupSolutionTemplateUpdateSolutionTemplateInput.addSoftwareProjectIds ● [ID!] list scalar
Add list of software project identifiers associated with the solution template.
SupSolutionTemplateUpdateSolutionTemplateInput.description ● String scalar
The solution template description.
SupSolutionTemplateUpdateSolutionTemplateInput.id ● ID! non-null scalar
SupSolutionTemplateUpdateSolutionTemplateInput.newCompatibleEvalKits ● [SupSolutionTemplateCompatibleEvalKitInput!] list input
Replace the current solution template compatible eval kits with these ones.
SupSolutionTemplateUpdateSolutionTemplateInput.newEsdSource ● SupSolutionTemplateEsdSourceInput input
The ESD source.
SupSolutionTemplateUpdateSolutionTemplateInput.newParameters ● [SupSolutionTemplateParameterBundleInput!] list input
Replace the current solution template parameters with these ones.
SupSolutionTemplateUpdateSolutionTemplateInput.newPreviewImages ● [SupSolutionTemplateFileInput!] list input
Replace the current solution template preview images with these ones. The first image will be used as a best preview image.
SupSolutionTemplateUpdateSolutionTemplateInput.publisherId ● String scalar
The publisher identifier.
SupSolutionTemplateUpdateSolutionTemplateInput.removeApplicationIds ● [String!] list scalar
Remove list of application identifiers associated with the solution template.
SupSolutionTemplateUpdateSolutionTemplateInput.removeSoftwareProjectIds ● [ID!] list scalar
Remove list of software project identifiers associated with the solution template.
SupSolutionTemplateUpdateSolutionTemplateInput.stableName ● String scalar
The solution template stable name identifier.
SupSolutionTemplateUpdateSolutionTemplateInput.status ● SupSolutionTemplateStatus enum
The solution template status.
SupSolutionTemplateUpdateSolutionTemplateInput.title ● String scalar
The solution template title.