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