Skip to main content

Module codegen_python

Module codegen_python 

Source
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.