OBJECT

EmailTemplateErrors

link GraphQL Schema definition

  • type EmailTemplateErrors {
  • # Error message for subject template rendering
  • subject: String
  • # Error message for body template rendering
  • body: String
  • }

link Require by