mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-30 02:49:39 +02:00
Parameters declared with `?` (e.g. `$changelogUrl: String?`) now correctly accept omission or explicit null in JSON input instead of requiring empty strings as a workaround. Adds `Literal::Null` variant and threads it through parameter parsing, type-checking, and Arrow array conversion. https://claude.ai/code/session_014oGFKL7EVg1b2cyPgt9Gne |
||
|---|---|---|
| .. | ||
| ast.rs | ||
| lint.rs | ||
| mod.rs | ||
| parser.rs | ||
| query.pest | ||
| typecheck.rs | ||