You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add DataLoader support to reference resolver to solve n+1 query problem
- Add ReferenceLoader that batches reference queries using service.query
- Update reference resolver to use DataLoader when ExecutionContext is available
- Maintain backward compatibility by falling back to getById when context is missing
- Batch multiple reference queries into single database query to eliminate n+1 problem
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments