Skip to main content

SmsTemplateSmsMessageHasManyInput

No description

type SmsTemplateSmsMessageHasManyInput {
create: [SmsMessageRequiredInput]
update: [SmsTemplateSmsMessageUpdate]
add: [GQLTQuerySmsMessageWhere]
remove: [GQLTQuerySmsMessageWhere]
delete: [GQLTQuerySmsMessageWhere]
}

Fields#

create ([SmsMessageRequiredInput])#

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

update ([SmsTemplateSmsMessageUpdate])#

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

add ([GQLTQuerySmsMessageWhere])#

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

remove ([GQLTQuerySmsMessageWhere])#

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

delete ([GQLTQuerySmsMessageWhere])#

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