Yes, there’s an isNew boolean property on a model instance that indicates that. Access it as this.isNew from your pre save middleware.
Yes, there’s an isNew boolean property on a model instance that indicates that. Access it as this.isNew from your pre save middleware.