This bundles the GraphQL-backed map scaffolding with the old AirMQ visual style by applying legacy colors, reusable button styles, and original bottom navigation icons for UI parity. Made-with: Cursor
11 lines
107 B
GraphQL
11 lines
107 B
GraphQL
query MapLocations {
|
|
locations {
|
|
_id
|
|
name
|
|
city
|
|
latitude
|
|
longitude
|
|
isOnline
|
|
}
|
|
}
|