Jelajahi Sumber

scoper on find query.by default adds limit 100

Ivan Asmer 5 tahun lalu
induk
melakukan
9af4253c96
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      expand.js

+ 2 - 2
expand.js

@@ -1,10 +1,10 @@
 const { buildSchema, GraphQLObjectType, GraphQLString, GraphQLInt, GraphQLList, GraphQLSchema } = require('graphql');
 const ObjectID    = require("mongodb").ObjectID;
 const bound       = 100;
-function 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){
     const types    = {}
     const _typeMap = gqlSchema.getTypeMap()