Skip to main content

SupSolutionTemplateCreateSolutionTemplateInput

Input for solution template creation.

input SupSolutionTemplateCreateSolutionTemplateInput {
applicationIds: [String!]
compatibleEvalKits: [SupSolutionTemplateCompatibleEvalKitInput!]
description: String
esdSource: SupSolutionTemplateEsdSourceInput!
parameters: [SupSolutionTemplateParameterBundleInput!]
previewImages: [SupSolutionTemplateFileInput!]!
publisherId: String!
softwareProjectIds: [ID!]
stableName: String!
title: String!
}

Fields

SupSolutionTemplateCreateSolutionTemplateInput.applicationIds ● [String!] list scalar

The list of application identifiers associated with the solution template.

SupSolutionTemplateCreateSolutionTemplateInput.compatibleEvalKits ● [SupSolutionTemplateCompatibleEvalKitInput!] list input

The list of evaluation kit associated with the solution template.

SupSolutionTemplateCreateSolutionTemplateInput.description ● String scalar

The solution template description.

SupSolutionTemplateCreateSolutionTemplateInput.esdSource ● SupSolutionTemplateEsdSourceInput! non-null input

The ESD source.

SupSolutionTemplateCreateSolutionTemplateInput.parameters ● [SupSolutionTemplateParameterBundleInput!] list input

The list of parameters associated with the solution template application.

SupSolutionTemplateCreateSolutionTemplateInput.previewImages ● [SupSolutionTemplateFileInput!]! non-null input

The list of solution template images input. The first image will be the best preview image.

SupSolutionTemplateCreateSolutionTemplateInput.publisherId ● String! non-null scalar

The publisher identifier.

SupSolutionTemplateCreateSolutionTemplateInput.softwareProjectIds ● [ID!] list scalar

The list of software project identifiers associated with the solution template.

SupSolutionTemplateCreateSolutionTemplateInput.stableName ● String! non-null scalar

The solution template stable name identifier.

SupSolutionTemplateCreateSolutionTemplateInput.title ● String! non-null scalar

The solution template title.