query GetOffersByHub($hubUuid: String!, $productUuid: String!, $limit: Int) { offersByHub(hubUuid: $hubUuid, productUuid: $productUuid, limit: $limit) { sourceUuid sourceName sourceLat sourceLon distanceKm routes { totalDistanceKm totalTimeSeconds stages { fromUuid fromName fromLat fromLon toUuid toName toLat toLon distanceKm travelTimeSeconds transportType } } } }