Skip to main content

MobileVerification

This is a mobile verification table

type MobileVerification implements Node {
id: ID!
mobileno: String!
code: String!
ip: String
consumed: Boolean!
createdAt: GQLTDate!
updatedAt: GQLTDate!
}

Fields#

id (ID!)#

The ID of an object

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!)#

Interfaces#

Node#

An object with an ID