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
refactor: simplify reference resolver by removing backward compatibility
- Remove optional ExecutionContext parameter, make it required
- Always use DataLoader for reference resolution, no fallback to getById
- Simplify tests to always provide context, matching real-world usage
- Reduce code complexity while maintaining full DataLoader functionality
- All tests pass, confirming the simplified approach works correctly
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments