INPUT_OBJECT
The input object that defines the fields for the mutation.
input CreateContactPhoneNumberMutationInput {# The ID of the contact that owns this.contact_id: Int64Bit!# 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!}