Ivan Asmer hace 4 años
padre
commit
efbab06244
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      expand.js

+ 1 - 0
expand.js

@@ -104,6 +104,7 @@ function mmExpandSchema(gqlSchema){
                                 let newValue;
                                 if (newValue = checker(value))    obj[key] = newValue;
                                 else if (newValue && typeof newValue === 'object'){
+                                    console.log('recursive' , key)
                                     obj[key] = walker(value)
                                 }
                             }