LocalizedTemplateContentInput
No description
input LocalizedTemplateContentInput {
language: String!
content: String!
}
Fields
LocalizedTemplateContentInput.language
● String!
non-null scalar
The language code
LocalizedTemplateContentInput.content
● String!
non-null scalar
The template content
Member Of
DocumentTemplateCreateInput
input ● DocumentTemplateUpdateInput
input ● EmailTemplateCreateInput
input ● EmailTemplateUpdateInput
input