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