BlogDocs

fix: Use lazy type to specialize `Edge`/`Connection`(#106)

Merged
Merging
bellini666:forward_refs
(
45049ad
) into
main
(
4fa950f
)
0%
IMPROVEMENTS
0
REGRESSIONS
0
UNTOUCHED
1
NEW
0
DROPPED
0
IGNORED
0

Benchmarks

Passed

test_hello_world
tests/benchmarks/test_empty_benchmark.py::test_hello_world
0%
18.5 µs
18.4 µs

Commits

Click on a commit to change the comparison range
base
main
4fa950f
0%
fix: Use lazy type to specialize `Edge`/`Connection` Use a lazy type to properly resolve and specialize the `Edge`/`Connection` types that are created from the model. The reason we are using a subclass of `LazyType` is because the original one expects a path to be passed to be used to import it later. We don't have one here, but we do have a mapper containing all the created types that can be retrieved later. Fix #97
45049ad
9 months ago
by bellini666
ResourcesHomePricingDocsBlogGitHubChangelog