Skip to main content

EmailTemplateEmailsHasManyInput

No description

type EmailTemplateEmailsHasManyInput {
create: [EmailRequiredInput]
update: [EmailTemplateEmailsUpdate]
add: [GQLTQueryEmailWhere]
remove: [GQLTQueryEmailWhere]
delete: [GQLTQueryEmailWhere]
}

Fields#

create ([EmailRequiredInput])#

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

update ([EmailTemplateEmailsUpdate])#

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

add ([GQLTQueryEmailWhere])#

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

remove ([GQLTQueryEmailWhere])#

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

delete ([GQLTQueryEmailWhere])#

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