Jelajahi Sumber

scoper on find query.by default adds limit 100

Ivan Asmer 5 tahun lalu
induk
melakukan
88610dbcb3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      expand.js

+ 1 - 1
expand.js

@@ -3,7 +3,7 @@ const ObjectID    = require("mongodb").ObjectID;
 const bound       = 100;
 function mmExpandSchema(gqlSchema, defaultQueryFields, defaultMutationFields, scoper){
     function scoperTest(query,cursorCalls=[{},{limit:[limitValue=100]}]) {
-        console.log(limitValue)
+        console.log(limitValue, cursorCalls)
         return [query, cursorCalls]
     }
     scoper=scoper || scoperTest