Преглед изворни кода

scoper on find query.by default adds limit 100

Ivan Asmer пре 5 година
родитељ
комит
50de400159
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      expand.js

+ 1 - 1
expand.js

@@ -1,7 +1,7 @@
 const { buildSchema, GraphQLObjectType, GraphQLString, GraphQLInt, GraphQLList, GraphQLSchema } = require('graphql');
 const ObjectID    = require("mongodb").ObjectID;
 const bound       = 100;
-const scoper      = (...params=[{},{limit:[limitValue]}]) => {
+const scoper      = (query,cursorCalls=[{},{limit:[limitValue=100]}]) => {
     console.log(limit)
     return params
 }