mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-18 02:24:27 +02:00
Annotations gain optional comma-separated key=value kwargs. Annotation keeps value (existing consumers unchanged) and adds kwargs: BTreeMap with serde(default, skip_serializing_if) so empty kwargs are omitted and existing schemas' IR JSON/hash stay byte-identical. The parser rejects any @embed kwarg other than model. render_annotations shows kwargs. 3 new parser tests. |
||
|---|---|---|
| .. | ||
| catalog | ||
| ir | ||
| lint | ||
| query | ||
| schema | ||
| error.rs | ||
| json_output.rs | ||
| lib.rs | ||
| query_input.rs | ||
| result.rs | ||
| types.rs | ||