omnigraph/crates/omnigraph-compiler/src/query
Claude 37b7a94eb7
Fix nullable query parameters: accept omission and null for ? params
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
2026-04-13 08:43:48 +00:00
..
ast.rs Fix nullable query parameters: accept omission and null for ? params 2026-04-13 08:43:48 +00:00
lint.rs Add query lint and check commands 2026-04-13 00:37:44 +03:00
mod.rs Add query lint and check commands 2026-04-13 00:37:44 +03:00
parser.rs Support multi-statement mutations (insert + edge in one query) 2026-04-11 20:27:51 +00:00
query.pest Support multi-statement mutations (insert + edge in one query) 2026-04-11 20:27:51 +00:00
typecheck.rs Fix nullable query parameters: accept omission and null for ? params 2026-04-13 08:43:48 +00:00