omnigraph/crates/omnigraph-compiler
Claude c943d97744
Fix null-fill for nullable params when params JSON is None/null
The early return at line 273 for None/Value::Null params was skipping
the null-fill loop, leaving declared nullable params absent from the
map. Downstream code would then error with "parameter not provided".

https://claude.ai/code/session_014oGFKL7EVg1b2cyPgt9Gne
2026-04-13 09:37:17 +00:00
..
src Fix null-fill for nullable params when params JSON is None/null 2026-04-13 09:37:17 +00:00
Cargo.toml Prepare v0.2.0 release 2026-04-12 20:35:34 +03:00