query GetProductsNearHub($hubUuid: String!, $radiusKm: Float) { productsNearHub(hubUuid: $hubUuid, radiusKm: $radiusKm) { uuid name } }