All checks were successful
Build Docker Image / build (push) Successful in 1m17s
- Add distance_km field to NodeType (used by nearestHubs) - Add distance_km field to OfferNodeType (used by nearestOffers) - Expand SupplierType with name, latitude, longitude, distance_km - Fix nearestSuppliers to return full supplier info from nodes collection - Fix nearestHubs and nearestOffers to pass distance_km to constructors This fixes 8 failed integration tests for nearest* endpoints. Resolves: Cannot query field 'distanceKm' on type 'NodeType/OfferNodeType'