Files
airmq-android/app/src/main/graphql/MapLocations.graphql
beetzung efcd140966 Add map data flow and port legacy app theming.
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
2026-02-28 15:52:55 +01:00

11 lines
107 B
GraphQL

query MapLocations {
locations {
_id
name
city
latitude
longitude
isOnline
}
}