INPUT_OBJECT

PhoneInput

A phone number

link GraphQL Schema definition

  • input PhoneInput {
  • # 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!
  • # The phone number extension, if there is one
  • extension: String
  • }