OBJECT

EmailTemplateAttachment

Email Template Attachment

link GraphQL Schema definition

  • type EmailTemplateAttachment {
  • # When the email template attachment was created
  • createdAt: ISO8601DateTime!
  • # email template of the EmailTemplateAttachmentType
  • emailTemplate: EmailTemplate
  • # file size of the EmailTemplateAttachmentType
  • filesize: Int
  • # ID of the EmailTemplateAttachmentType
  • id: ID!
  • # name of the EmailTemplateAttachmentType
  • name: String
  • # When the email template attachment was last updated
  • updatedAt: ISO8601DateTime!
  • }