ContactInfo
Ways we may contact the user
type ContactInfo {
mobilePhone: String!
mobilePhoneCountryCode: String!
mobilePhoneVerified: Boolean!
}
Fields
ContactInfo.mobilePhone
● String!
non-null scalar
The user's mobile phone number. Used for MFA.
ContactInfo.mobilePhoneCountryCode
● String!
non-null scalar
The country code of the user's mobile phone number. Used for MFA.
ContactInfo.mobilePhoneVerified
● Boolean!
non-null scalar
Whether this phone number is verified or not. For now, all numbers are verified before being saved in our SOR.
Member of
UserProfile
object