OBJECT

EmailTemplate

EmailTemplate

link GraphQL Schema definition

  • type EmailTemplate {
  • # name no of the EmailTemplate
  • content: String!
  • # When the email template was created
  • createdAt: ISO8601DateTime!
  • # name no of the EmailTemplate
  • emailTemplateAttachements: [EmailTemplateAttachment!]
  • # ID of the EmailTemplate
  • id: ID!
  • # name no of the EmailTemplate
  • name: String!
  • # name no of the EmailTemplate
  • subject: String!
  • # When the email template was last updated
  • updatedAt: ISO8601DateTime!
  • }