Expand description
Python client code generator.
Generates a complete Python module with @dataclass models, typed methods,
relationship traversal, and a _from_node() deserializer for each model.
Functions§
- generate_
python - Generate a complete Python client module from a compiled schema.