lsc 3 일 전
부모
커밋
4aafbd62d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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