Skip to main content

EmailTemplateAttachmentRequiredInput

No description

type EmailTemplateAttachmentRequiredInput {
id: ID
name: String!
contents: String
type: EmailTemplateAttachmentTypeRequiredInputEnum!
data: GQLTUpload!
createdAt: GQLTDate
updatedAt: GQLTDate
emailTemplateId: ID
emailTemplate: EmailTemplateAttachmentEmailTemplateBelongsToInput
}

Fields#

id (ID)#

This a primary key for EmailTemplateAttachment

name (String!)#

define the name of the email template

contents (String)#

is a JSON type that contains all the information of the email template

type (EmailTemplateAttachmentTypeRequiredInputEnum!)#

defines the type of the email template

data (GQLTUpload!)#

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

emailTemplateId (ID)#

This a primary key for EmailTemplateAttachment

emailTemplate (EmailTemplateAttachmentEmailTemplateBelongsToInput)#

This is the mutation object for EmailTemplateAttachmentEmailTemplateBelongsTo