Area: apps/s03-indexer/src/**
Goal: Lock down key query result shapes consumed by the frontend.
Tasks:
- Seed entities via fixtures.
- Query positions, orders, and markets.
- Assert field names and types stay stable.
Acceptance:
- No live SubQuery node required.
bun run --cwd apps/s03-indexer test passes.
Area:
apps/s03-indexer/src/**Goal: Lock down key query result shapes consumed by the frontend.
Tasks:
Acceptance:
bun run --cwd apps/s03-indexer testpasses.