Ivan Asmer %!s(int64=5) %!d(string=hai) anos
pai
achega
b81f9b3b0b
Modificáronse 1 ficheiros con 1 adicións e 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
     }