Explorar el Código

scoper on find query.by default adds limit 100

Ivan Asmer hace 5 años
padre
commit
9138e349f7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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()