PhoneInput
Phone number accomplishing standard E.164 (Max. 15 digits) Example: +16175551212
input PhoneInput {
  countryCode: DialingCountryCode!
  number: PhoneSubscriberNumber!
}
Fields
PhoneInput.countryCode ● DialingCountryCode! non-null scalar
The combination of one, two or three digits identifying a specific country, countries in an integrated numbering plan, or a specific geographic area (1 to 3 digits)
PhoneInput.number ● PhoneSubscriberNumber! non-null scalar
Identifies a subscriber for a particular global service
Member Of
ContactInfoInput  input