Explorar o código

scoper on find query.by default adds limit 100

Ivan Asmer %!s(int64=5) %!d(string=hai) anos
pai
achega
0a47df81e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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