|
@@ -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()
|