Ivan Asmer %!s(int64=4) %!d(string=hai) anos
pai
achega
b619315c93
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      expand.js

+ 1 - 1
expand.js

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