Ivan Asmer 4 years ago
parent
commit
8a8b04b9ee
1 changed files with 1 additions and 0 deletions
  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;