omnigraph/crates/omnigraph-server
Ragnor Comerford 6eb5adf859
docs(server): clarify why run_query lacks AppState parameter
run_mutate takes state for workload admission; run_query doesn't because
reads aren't admission-gated today. Mark the asymmetry as intentional and
flag the two future events that would grow the signature: Phase 1's
`expect: { max_rows_scanned: N }` budget (MR-976) or per-actor admission
extending to stored-read invocations (MR-969). Prevents the natural
"make these symmetrical" follow-up.
2026-05-29 11:57:50 +02:00
..
examples Merge branch 'main' into devin/1779464281-mr-656-inline-query-strings 2026-05-24 17:27:48 +00:00
src docs(server): clarify why run_query lacks AppState parameter 2026-05-29 11:57:50 +02:00
tests Merge origin/main into MR-656; retrofit + fold-in run_query 2026-05-29 11:35:06 +02:00
Cargo.toml (feat): multi-graph server mode (#119) 2026-05-28 16:19:31 +02:00