towerops/lib/towerops_web/graphql
Graham McIntire 91e3181bbc dialyzer: fix all unmatched_return warnings (154 → 0)
Prefix fire-and-forget calls (PubSub.broadcast, Oban enqueue, Logger,
update_*, etc.) with `_ =` so dialyzer knows the return value is
intentionally discarded. Wrap a few if/case expressions whose
branches produce mixed types the same way.

No behavior changes — only explicit acknowledgement of discarded
returns.

Warnings: 242 → 88.
2026-04-21 10:03:55 -05:00
..
middleware add mobile token auth to GraphQL endpoint (#48) 2026-03-16 15:23:07 -05:00
resolvers dialyzer: fix all unmatched_return warnings (154 → 0) 2026-04-21 10:03:55 -05:00
types feat: simplify device type to manual-only with 6 options (#109) 2026-03-22 11:24:53 -05:00
context.ex Security fixes: mask credentials in logs/API, fix cookie/CSP/LIKE injection/webhooks 2026-02-15 09:09:04 -06:00
schema.ex add service checks REST API, GraphQL API, and ping executor (#52) 2026-03-16 18:40:18 -05:00
subscriptions.ex add real-time GraphQL API with time-series queries and subscriptions 2026-03-12 10:24:39 -05:00