فهرست منبع

scoper on find query.by default adds limit 100

Ivan Asmer 5 سال پیش
والد
کامیت
8149ed2acf
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      expand.js

+ 2 - 2
expand.js

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