Allow to skip validation on bulkSave #15156
Labels
enhancement
This issue is a user-facing general improvement that doesn't fix a bug or add a new feature
new feature
This change adds new functionality, like a new method or class
Prerequisites
🚀 Feature Proposal
Currently, the api doesn't offer the functionality to skip the schema validation when doing bulk save. The bulk write api already allows to skip the validation.
Motivation
No response
Example
User.bulkSave(users, { skipValidation: true })
The text was updated successfully, but these errors were encountered: