Skip to content
Snippets Groups Projects

refactor: statistics on result set

Merged Sjoerd requested to merge feat/statistics into main
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -129,8 +129,6 @@ export const graphQueryBackend2graphQuery = (payload: GraphQueryResultFromBacken
return _edge;
});
console.log('EXTRACTED STATS', getGraphStatistics(payload));
return { metaData: extractStatistics(metaData), nodes, edges };
};
Loading