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)
                                 }
                             }