Ivan Asmer hace 5 años
padre
commit
b81f9b3b0b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      expand.js

+ 1 - 0
expand.js

@@ -47,6 +47,7 @@ function mmExpandSchema(gqlSchema, defaultQueryFields, defaultMutationFields){
                 entity[fieldName] = value
             }
         }
+        console.log('changed')
         changed && await entity.save()
         return entity
     }