INPUT_OBJECT

UpdatePhoneNumberMutationInput

The input object that defines the fields for the updatePhoneNumber mutation.

link GraphQL Schema definition

  • input UpdatePhoneNumberMutationInput {
  • # 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
  • # Setting this value to `true` will set `extension` to null.
  • unset_extension: Boolean
  • }

link Require by