@@ -958,7 +958,7 @@ router.route("/getGraphs").all(async (req, res, next) => {
let results2 = [];
let totalEntries2 = 0;
do {
- const response = await client.graphs.listRelationships({
+ const response = await client.graphs.listEntities({
collectionId: folderid,
offset: offset,
limit: 1000