Skip to main content

EmailTemplateAttachmentOptionalInput

No description

type EmailTemplateAttachmentOptionalInput {
id: ID
name: String
contents: String
type: EmailTemplateAttachmentTypeOptionalInputEnum
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 (EmailTemplateAttachmentTypeOptionalInputEnum)#

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