Skip to main content

SmsTemplateRequiredInput

No description

type SmsTemplateRequiredInput {
id: ID
name: String!
content: String
fields: GQLTJson
type: String
createdAt: GQLTDate
updatedAt: GQLTDate
smsMessage: SmsTemplateSmsMessageHasManyInput
}

Fields#

id (ID)#

This a primary key for SmsTemplate

name (String!)#

This is the name of the sms-template that will be displayed.

content (String)#

This is the details of the sms template that will be used for sending variety of sms.

fields (GQLTJson)#

This is the details of the data that will be filled for sending accurate sms.

type (String)#

A unique type column

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

smsMessage (SmsTemplateSmsMessageHasManyInput)#

This is the mutation object for SmsTemplateSmsMessageHasMany