v0.5.0-rc.2
·
95 commits
to main
since this release
v0.5.0-rc.2 - 2024-10-24
Bug Fixes
Fix `.apply` serialization error with optional structs (#886)
- Fix the error on
.applywhen the apply tree goes beyond an optional
struct, mostly changing the implementation ofresolve_optionalmethod. - Improve the errors when we encounter an exception raise by
Result::Errfrom typegraph_core.
Migration notes
...
- The change comes with new or modified tests
- Hard-to-understand functions have explanatory comments
- End-user documentation is updated to reflect the change
Features
Add GraphQL alias support for prisma runtime (#887)
- Add GraphQL alias support for prisma runtime
Migration notes
...
- The change comes with new or modified tests
- Hard-to-understand functions have explanatory comments
- End-user documentation is updated to reflect the change