SmsMessageRequiredInput
No description
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