Преглед изворни кода

scoper on find query.by default adds limit 100

Ivan Asmer пре 5 година
родитељ
комит
9138e349f7
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      expand.js

+ 2 - 2
expand.js

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