Ivan Asmer 4 years ago
parent
commit
b619315c93
1 changed files with 1 additions and 1 deletions
  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
     }