Interface: DocumentTemplateUpdateInput
Defined in: type/DocumentTemplateUpdateInput.ts:6
Input object for DocumentTemplateUpdateInput
Properties
contents?
optionalcontents?:LocalizedTemplateContentInput[]
Defined in: type/DocumentTemplateUpdateInput.ts:10
Uploaded handlebars template content, per given language
customQuery?
optionalcustomQuery?:string
Defined in: type/DocumentTemplateUpdateInput.ts:12
GraphQL query to be executed before rendering the template to fetch additional data not in the original event payload.
fileNames?
optionalfileNames?:LocalizedStringInput[]
Defined in: type/DocumentTemplateUpdateInput.ts:16
File name to use when rendering a document template per given language, supports handlebars variables
isDefaultOrderPdf?
optionalisDefaultOrderPdf?:boolean
Defined in: type/DocumentTemplateUpdateInput.ts:18
Indicates whether the template is used for default order PDF generation
isDefaultQuotePdf?
optionalisDefaultQuotePdf?:boolean
Defined in: type/DocumentTemplateUpdateInput.ts:20
Indicates whether the template is used for default quote PDF generation
names?
optionalnames?:LocalizedStringInput[]
Defined in: type/DocumentTemplateUpdateInput.ts:8
The name of the template per given language
queryVariables?
optionalqueryVariables?:string
Defined in: type/DocumentTemplateUpdateInput.ts:14
Variables that are use in the custom query, can use handlebars variables. Has to be a valid JSON string after rendering