INPUT_OBJECT

CreatePhoneNumberMutationInput

The input object that defines the fields for the mutation.

link GraphQL Schema definition

  • input CreatePhoneNumberMutationInput {
  • # The number.
  • number: Numeric!
  • # The extension.
  • extension: Numeric
  • # A two character country code for this phone number.
  • country: Country!
  • # The ID of the PhoneNumberType associated with this phone number.
  • phone_number_type_id: Int64Bit!
  • # Whether or not SMS messages accepted.
  • sms_opt_in: Boolean
  • }