feat(catalog): filter map clusters by chips
All checks were successful
Build Docker Image / build (push) Successful in 5m1s
All checks were successful
Build Docker Image / build (push) Successful in 5m1s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user