Overhaul graphql client cache invalidation (#3912)

* Update apollo client
* Overhaul graphql client cache invalidation
* Fix tagger studio link display update
* Add graphql formatting
This commit is contained in:
DingDongSoLong4
2023-07-28 02:36:00 +02:00
committed by GitHub
parent a1da626c9f
commit 7b77b8986f
64 changed files with 3034 additions and 1939 deletions

View File

@@ -8,4 +8,4 @@ query MarkerWall($q: String) {
markerWall(q: $q) {
...SceneMarkerData
}
}
}