Skip to main content

EmailTemplateEmailTemplateAttachmentHasManyInput

No description

type EmailTemplateEmailTemplateAttachmentHasManyInput {
create: [EmailTemplateAttachmentRequiredInput]
update: [EmailTemplateEmailTemplateAttachmentUpdate]
add: [GQLTQueryEmailTemplateAttachmentWhere]
remove: [GQLTQueryEmailTemplateAttachmentWhere]
delete: [GQLTQueryEmailTemplateAttachmentWhere]
}

Fields#

create ([EmailTemplateAttachmentRequiredInput])#

This will create a new element with a relationship to the current EmailTemplate

update ([EmailTemplateEmailTemplateAttachmentUpdate])#

This will update any matching elements that have a relationship to the current EmailTemplate

add ([GQLTQueryEmailTemplateAttachmentWhere])#

This will add any matching elements with a relationship to the current EmailTemplate

remove ([GQLTQueryEmailTemplateAttachmentWhere])#

This will remove the relationship from any matching elements from the current EmailTemplate

delete ([GQLTQueryEmailTemplateAttachmentWhere])#

This will delete any matching elements that have a relationship with the current EmailTemplate