|
@@ -4,8 +4,8 @@ const bound = 100;
|
|
|
const 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()
|
|
|
|