feat(catalog): filter map clusters by chips
All checks were successful
Build Docker Image / build (push) Successful in 5m1s

This commit is contained in:
Ruslan Bakiev
2026-02-07 08:35:22 +07:00
parent aa7790f45e
commit 755a92d194
7 changed files with 89 additions and 103 deletions

View File

@@ -6,6 +6,9 @@ query GetClusteredNodes(
$zoom: Int!
$transportType: String
$nodeType: String
$productUuid: String
$hubUuid: String
$supplierUuid: String
) {
clusteredNodes(
west: $west
@@ -15,6 +18,9 @@ query GetClusteredNodes(
zoom: $zoom
transportType: $transportType
nodeType: $nodeType
productUuid: $productUuid
hubUuid: $hubUuid
supplierUuid: $supplierUuid
) {
id
latitude