SupSoftwareProjectPatchSoftwareProjectSolutionTemplatesInput
Input for patching software project associations on a solution template.
input SupSoftwareProjectPatchSoftwareProjectSolutionTemplatesInput {
addSoftwareProjectIds: [ID!]
removeSoftwareProjectIds: [ID!]
solutionTemplateId: ID!
}
Fields
SupSoftwareProjectPatchSoftwareProjectSolutionTemplatesInput.addSoftwareProjectIds ● [ID!] list scalar
Software project IDs to associate with the solution template. Ignored if already associated.
SupSoftwareProjectPatchSoftwareProjectSolutionTemplatesInput.removeSoftwareProjectIds ● [ID!] list scalar
Software project IDs to remove from the solution template.
SupSoftwareProjectPatchSoftwareProjectSolutionTemplatesInput.solutionTemplateId ● ID! non-null scalar
The unique identifier of the solution template.