EmailTemplateUpdate
Result of emailTemplateUpdate mutation.
type EmailTemplateUpdate {
emailTemplate: EmailTemplate
notificationErrors: [NotificationError!]!
}
Fields
EmailTemplateUpdate.emailTemplate ● EmailTemplate object
The updated email template.
EmailTemplateUpdate.notificationErrors ● [NotificationError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
emailTemplateUpdate mutation