Phone
Represents information about a phone number.
type Phone {
id: ID
value: String
country: String
code: String
isDefault: Boolean
}
Fields
Phone.id ● ID scalar
Represents the phone unique identifier.
Phone.value ● String scalar
A single phone number. Example: 55555555
Phone.country ● String scalar
Country. Example: US
Phone.code ● String scalar
Country code. Example: +1
Phone.isDefault ● Boolean scalar
Define whether this number is the default. This is handy when a contact has multiple numbers. Example: true
Member Of
PhoneEdge object