omnigraph/crates
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
..
omnigraph Fix nullable query parameters: accept omission and null for ? params 2026-04-13 08:43:48 +00:00
omnigraph-cli Add query lint and check commands 2026-04-13 00:37:44 +03:00
omnigraph-compiler Fix null-fill for nullable params when params JSON is None/null 2026-04-13 09:37:17 +00:00
omnigraph-server Prepare v0.2.0 release 2026-04-12 20:35:34 +03:00