OBJECT
type EmailTemplate {emailTemplateId: Int templateName: String subject: String body: String created: String modified: String attachments: [EmailTemplateAttachment] }