Commits
Click on a commit to change the comparison rangefix: support custom directive definitions in schema codegen
Previously, schemas containing custom directive definitions would fail with
`NotImplementedError: Unknown definition None`. Now directive definitions
are generated with stub implementations.
Also fixes the error message for unknown definitions to show the actual
type name instead of `None`.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>