SupSolutionTemplateUpdateSolutionTemplateInput
Input for solution template update.
input SupSolutionTemplateUpdateSolutionTemplateInput {
addApplicationIds: [String!]
description: String
id: ID!
publisherId: String
releaseDate: DateTime
removeApplicationIds: [String!]
requirementTemplate: String
sourceUrl: String
stableName: String
status: SupSolutionTemplateStatus
title: String
}
Fields
SupSolutionTemplateUpdateSolutionTemplateInput.addApplicationIds ● [String!] list scalar
Remove list of application identifiers associated with the solution template.
SupSolutionTemplateUpdateSolutionTemplateInput.description ● String scalar
The solution template description.
SupSolutionTemplateUpdateSolutionTemplateInput.id ● ID! non-null scalar
SupSolutionTemplateUpdateSolutionTemplateInput.publisherId ● String scalar
The publisher identifier.
SupSolutionTemplateUpdateSolutionTemplateInput.releaseDate ● DateTime scalar
The optional release date of the solution template.
SupSolutionTemplateUpdateSolutionTemplateInput.removeApplicationIds ● [String!] list scalar
Remove list of application identifiers associated with the solution template.
SupSolutionTemplateUpdateSolutionTemplateInput.requirementTemplate ● String scalar
The default requirement string used when a user first clones the solution template.
SupSolutionTemplateUpdateSolutionTemplateInput.sourceUrl ● String scalar
The source URL where the solution template is published.
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.