All checks were successful
Build Docker Image / build (push) Successful in 3m27s
- Change displayMode from 'hero' to 'map-default' for /catalog - Always show map on catalog page (fullWidthMap when no selectMode) - Add offersCount to GetProducts, GetProductsBySupplier, GetProductsNearHub - Remove CatalogHero from catalog page (hero content stays on /)
8 lines
164 B
GraphQL
8 lines
164 B
GraphQL
query GetProductsNearHub($hubUuid: String!, $radiusKm: Float) {
|
|
productsNearHub(hubUuid: $hubUuid, radiusKm: $radiusKm) {
|
|
uuid
|
|
name
|
|
offersCount
|
|
}
|
|
}
|