OBJECT
Represents single email template
type EmailTemplate {emailTemplateNid: Int! revision: String! fromLabel: String replyTo: String body: String subject: String carbonCopy: String blindCarbonCopy: String dataSource: String! # Requires access to resource GRAPHQL_OPERATORoperator: Operator! mappedDocumentId: String isAutoReplyToLoggedUser: Boolean! isHtmlContentType: Boolean! }