pub fn graph_from_response(
spec: GraphLoadSpec,
response: &[u8],
) -> Result<Graph, GraphLoadError>Expand description
Validate raw /v2/query response bytes and construct an immutable graph.
pub fn graph_from_response(
spec: GraphLoadSpec,
response: &[u8],
) -> Result<Graph, GraphLoadError>Validate raw /v2/query response bytes and construct an immutable graph.