OBJECT
Communication
Deprecated
#
GraphQL Schema definition
1
type
Communication
{
2
phone_number
:
String
!
3
verified
:
Boolean
!
4
}
#
Required by
User
null