OBJECT
EmailTemplate
EmailTemplate
link GraphQL Schema definition
- type EmailTemplate {
- # name no of the EmailTemplate
- : String!
- # When the email template was created
- : ISO8601DateTime!
- # name no of the EmailTemplate
- : [EmailTemplateAttachment!]
- # ID of the EmailTemplate
- : ID!
- # name no of the EmailTemplate
- : String!
- # name no of the EmailTemplate
- : String!
- # When the email template was last updated
- : ISO8601DateTime!
- }