浏览代码

scoper on find query.by default adds limit 100

Ivan Asmer 5 年之前
父节点
当前提交
0a47df81e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      expand.js

+ 1 - 1
expand.js

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