pub async fn dispatch_graph(graph: &GraphMemory, request: &Request) -> ResponseExpand description
Execute a graph operation against an open store.
Control operations (Request::Hello, Request::Shutdown) are owned by
the connection loop and reported as unsupported here.