Skip to main content

Template

Represents information about a template.

type Template {
id: ID!
module: TemplateModule!
name: String
properties: JSON
header: String
body: String
footer: String
createdAt: DateTimeTz!
updatedAt: DateTimeTz!
deletedAt: DateTimeTz
}

Fields

Template.id ● ID! non-null scalar

Template's unique identifier.

Template.module ● TemplateModule! non-null enum

The template's module.

Template.name ● String scalar

The template's name.

Template.properties ● JSON scalar

The template's properties.

Template.header ● String scalar

The template's header.

Template.body ● String scalar

The template's body.

Template.footer ● String scalar

The template's footer.

Template.createdAt ● DateTimeTz! non-null scalar

The date and time when the template was created.

Template.updatedAt ● DateTimeTz! non-null scalar

The date and time when the template was last updated.

Template.deletedAt ● DateTimeTz scalar

The date and time when the template was deleted.

Returned By

createTemplate mutation ● deleteTemplate mutation ● restoreTemplate mutation ● template query ● updateTemplate mutation

Member Of

TemplateEdge object