INPUT_OBJECT
1input PurchaseOrderShippingAddressInput {23companyName: String45attention: String67address1: String!89address2: String1011zipCode: String!1213city: String!1415stateOrProvince: String1617# Exactly one input field should be provided18country: CountryInput!1920email: String2122phoneNumber: String23}