lsc 20 hours ago
parent
commit
4aafbd62d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -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