OBJECT

Phone

link GraphQL Schema definition

  • type Phone {
  • # The country calling code as defined in ITU-T E.123 and E.164.
  • country: String
  • # The portion of the phone number excluding the country code.
  • number: String
  • }