Skip to main content

MobileVerificationOptionalInput

No description

type MobileVerificationOptionalInput {
id: ID
mobileno: String
code: String
ip: String
consumed: Boolean
createdAt: GQLTDate
updatedAt: GQLTDate
}

Fields#

id (ID)#

This a primary key for MobileVerification

mobileno (String)#

This is the user mobile number.

code (String)#

Code that will be sent to user for verification purposes.

ip (String)#

Ip address of the user.

consumed (Boolean)#

Indiicator if the verifcation code is already used.

createdAt (GQLTDate)#

updatedAt (GQLTDate)#