Skip to main content

SmsMessageRequiredInput

No description

type SmsMessageRequiredInput {
id: ID
mobile: String!
data: GQLTJson
sent: Boolean
ip: String
createdAt: GQLTDate
updatedAt: GQLTDate
smsTemplateId: ID
userId: ID
smsTemplate: SmsMessageSmsTemplateBelongsToInput
user: SmsMessageUserBelongsToInput
}

Fields#

id (ID)#

This a primary key for SmsMessage

mobile (String!)#

This is the user mobile number.

data (GQLTJson)#

This is the content of the sms that was sent by the user.

sent (Boolean)#

This is an indicator if the sms was sent.

ip (String)#

This is the sender's ip address.

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

smsTemplateId (ID)#

target for sms template

userId (ID)#

target for user

smsTemplate (SmsMessageSmsTemplateBelongsToInput)#

This is the mutation object for SmsMessageSmsTemplateBelongsTo

user (SmsMessageUserBelongsToInput)#

This is the mutation object for SmsMessageUserBelongsTo