Template
Represents information about a template.
type Template {
id: ID!
module: TemplateModule!
status: TemplateStatus
isDefault: Boolean
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.status ● TemplateStatus enum
The status of the template.
Template.isDefault ● Boolean scalar
Whether this template is the default for the given 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
ESigning object ● TemplateEdge object