Ivan Asmer 5 anos atrás
pai
commit
b81f9b3b0b
1 arquivos alterados com 1 adições e 0 exclusões
  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
     }