OBJECT
EmailTemplateAttachment
Email Template Attachment
link GraphQL Schema definition
- type EmailTemplateAttachment {
- # When the email template attachment was created
- ISO8601DateTime! :
- # email template of the EmailTemplateAttachmentType
- EmailTemplate :
- # file size of the EmailTemplateAttachmentType
- Int :
- # ID of the EmailTemplateAttachmentType
- ID! :
- # name of the EmailTemplateAttachmentType
- String :
- # When the email template attachment was last updated
- ISO8601DateTime! :
- }