EmailTemplate
email-template
Fields#
id (ID!)#
The ID of an object
name (String!)#
define the name of the email template
type (String!)#
Type of the email-template. this is a unique value.
subject (String!)#
define the subject of the email
fields (GQLTJson!)#
is a JSON type that have all the fields in the email
code (String)#
defines the mjml equivalent of the email template
createdAt (GQLTDate!)#
updatedAt (GQLTDate!)#
emails (EmailHasManyEmailsList)#
List all the emails under the email template
If provided it will return results after the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.
If provided it will return results before the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.
orderBy([EmailOrderBy])#
If provided this will sort the results by the supplied column and direction
where(GQLTQueryEmailWhere)#include([GQLTEmailIncludeObject])#
emailTemplateAttachment (EmailTemplateAttachmentHasManyEmailTemplateAttachmentList)#
List all the email attachments under template
If provided it will return results after the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.
If provided it will return results before the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.
orderBy([EmailTemplateAttachmentOrderBy])#
If provided this will sort the results by the supplied column and direction
Interfaces#
Node#
An object with an ID