Ivan Asmer 4 anos atrás
pai
commit
8a8b04b9ee
1 arquivos alterados com 1 adições e 0 exclusões
  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;