Expose per-setting SettingsService getters/setters and wire map offline visibility to GraphQL.

This moves offline filtering to the API query path so map data respects settings at source instead of client-side post-filtering.

Made-with: Cursor
This commit is contained in:
2026-03-01 00:28:43 +01:00
parent 920a832424
commit c155a3cc2e
7 changed files with 60 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
query MapMarkers {
locations {
query MapMarkers($isOnline: Boolean) {
locations(filter: { isOnline: $isOnline }) {
_id
name
city