Ivan Asmer 4 năm trước cách đây
mục cha
commit
8a8b04b9ee
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      expand.js

+ 1 - 0
expand.js

@@ -99,6 +99,7 @@ function mmExpandSchema(gqlSchema){
                         }
 
                         const walker = obj =>{
+                            console.log('recursive' , key)
                             for (let [key, value] of Object.entries(obj)){
                                 if (key === '___owner') continue;
                                 let newValue;