Add Apollo-level logging and Kotlin-driven map filter.

Pass the map marker online filter as a GraphQL variable from Kotlin so offline-inclusive behavior is controllable in code, and add a shared Apollo interceptor to log each request payload and response outcome for all operations.

Made-with: Cursor
This commit is contained in:
2026-02-28 22:44:27 +01:00
parent 5cfd32639b
commit 81627d6b7c
4 changed files with 49 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
query MapMarkers {
getMarkers {
query MapMarkers($isOnline: Boolean!) {
getMarkers(filter: { isOnline: $isOnline }) {
_id
name
latitude