Ivan Asmer преди 4 години
родител
ревизия
efbab06244
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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)
                                 }
                             }