INPUT_OBJECT
The input object that defines the fields for the updatePhoneNumberType mutation.
input UpdatePhoneNumberTypeMutationInput {# A descriptive name.name: String# Whether or not phone numbers of this type are capable of sending and receiving # SMS messages.sms_capable: Boolean}