Ivan Asmer %!s(int64=4) %!d(string=hai) anos
pai
achega
efbab06244
Modificáronse 1 ficheiros con 1 adicións e 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)
                                 }
                             }