Ivan Asmer hace 4 años
padre
commit
8a8b04b9ee
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;