SupSolutionTemplateEsdSourcePatchInput
Input for patching the ESD source of a solution template.
input SupSolutionTemplateEsdSourcePatchInput {
clearCompileModel: Boolean
clearPreviewImage: Boolean
compileModel: SupSolutionTemplateFileInput
documentFile: SupSolutionTemplateFileInput
previewImageFile: SupSolutionTemplateFileInput
solutionTemplateId: ID!
}
Fields
SupSolutionTemplateEsdSourcePatchInput.clearCompileModel ● Boolean scalar
Clear the existing ESD compile model file when true.
SupSolutionTemplateEsdSourcePatchInput.clearPreviewImage ● Boolean scalar
Clear the existing ESD preview image file when true.
SupSolutionTemplateEsdSourcePatchInput.compileModel ● SupSolutionTemplateFileInput input
The ESD compile model file to upload and replace, if specified.
SupSolutionTemplateEsdSourcePatchInput.documentFile ● SupSolutionTemplateFileInput input
The ESD document file to upload and replace, if specified. There is no way to clear the document file once set.
SupSolutionTemplateEsdSourcePatchInput.previewImageFile ● SupSolutionTemplateFileInput input
The ESD preview image file to upload and replace, if specified.
SupSolutionTemplateEsdSourcePatchInput.solutionTemplateId ● ID! non-null scalar
The unique identifier of the solution template.