Commits
Click on a commit to change the comparison rangefeat: use TypedDict for Python query codegen output
Change the Python query codegen plugin to generate TypedDict classes instead
of plain classes. This provides better type safety for dictionary-like access
patterns commonly used when working with JSON responses from GraphQL APIs.
Optional fields with default values now use NotRequired instead of the
= value syntax (which TypedDict doesn't support).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>