OBJECT

PhoneNumber

PhoneNumber with country code and national number

link GraphQL Schema definition

  • type PhoneNumber {
  • # Country code with the '+' prefix, ex: +33
  • countryCode: PhoneNumberCountryCode!
  • # National number, ex : 0102030405
  • nationalNumber: String!
  • }