feat: new mutation to toggle analytics

This commit is contained in:
Joel Jacob Stephen
2024-02-19 19:16:51 +05:30
parent 5c59e55e53
commit 5959f422a0

View File

@@ -0,0 +1,3 @@
mutation ToggleAnalyticsCollection($status: ServiceStatus!) {
toggleAnalyticsCollection(status: $status)
}