Skip to main content

TemplatePrepareInput

Input for templatePrepare query.

input TemplatePrepareInput {
documentType: TemplateModule!
id: ID!
template: ID!
}

Fields

TemplatePrepareInput.documentType ● TemplateModule! non-null enum

The type of document being printed.

TemplatePrepareInput.id ● ID! non-null scalar

The entity ID to render the template against.

TemplatePrepareInput.template ● ID! non-null scalar

Template ID to use.

Member Of

templatePrepare query