Ivan Asmer 4 years ago
parent
commit
efbab06244
1 changed files with 1 additions and 0 deletions
  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)
                                 }
                             }