async fn get_graph(
data: Data<Mutex<CodePropertyGraph>>,
query: Query<GraphQuery>,
) -> HttpResponseExpand description
Return a subgraph of the main CPG, filtered by the given parameters.
async fn get_graph(
data: Data<Mutex<CodePropertyGraph>>,
query: Query<GraphQuery>,
) -> HttpResponseReturn a subgraph of the main CPG, filtered by the given parameters.