Files
probo/apps/console/src
Bryan Frimin d263cda3f6 Add eslint-disable and TypeScript generics to graph hooks
Centralized graph files (hooks/graph/*.ts) define GraphQL
queries consumed by multiple page components. This architecture
intentionally separates field definitions from usage, triggering
relay/unused-fields and relay/must-colocate-fragment-spreads.
File-level eslint-disable comments suppress these false positives.

Also adds explicit TypeScript generics to useMutation and
usePaginationFragment calls to satisfy relay/generated-typescript-types
without eslint-disable.

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2026-03-15 13:32:18 +01:00
..
2026-03-13 12:01:57 +01:00
2026-03-03 22:07:01 +04:00
2026-03-13 12:01:57 +01:00
2026-01-22 21:14:37 +04:00
2026-01-22 20:38:37 +04:00
2026-01-22 20:38:37 +04:00
2025-10-17 11:26:52 +02:00
2026-01-22 19:57:10 +04:00
2026-01-22 12:51:43 +04:00
2025-06-13 14:01:04 -07:00