Skip to main content

LocalizedTemplateContent

No description

type LocalizedTemplateContent {
language: String!
content: String!
precompiled: String
}

Fields

LocalizedTemplateContent.language ● String! non-null scalar

The language code

LocalizedTemplateContent.content ● String! non-null scalar

Contents of the handlebars template file

LocalizedTemplateContent.precompiled ● String scalar

Contents of the the precompiled handlebars template file

Member Of

DocumentTemplate object ● EmailTemplate object ● IBaseTemplate interface