Quellcode durchsuchen

scoper on find query.by default adds limit 100

Ivan Asmer vor 5 Jahren
Ursprung
Commit
50de400159
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
 }