OBJECT
type CompanyCollectionPoint {location_longitude: Float location_latitude: Float id: Int company_ref_id: Int name: String external_ref: String address_line_1: String address_line_2: String address_line_3: String address_town: String address_region: String address_postcode: String address_country_code: String telephone_number: String timezone: String open_mon_from: String open_mon_to: String open_tue_from: String open_tue_to: String open_wed_from: String open_wed_to: String open_thu_from: String open_thu_to: String open_fri_from: String open_fri_to: String open_sat_from: String open_sat_to: String open_sun_from: String open_sun_to: String }