Bulk update internal
Am I missing something or is
bulkUpdate
not available on the internal API? I've worked around this for now by doing it on a singular level in development but I need to run a bulk in production to update a bunch of new fields.7 Replies
Hello,
There's no bulkUpdate in the internal API. You should use p-map and the internal update to run a kind of bulk update
What actually is available on the internal API? Not sure the documentation is very clear with the Internal API to be honest.
I think @Aurélien (quasar.work) shared the same frustration
The documentation is all in your schema. It should tell you exactly whats available
Is there a reason bulkUpdate isn't available?
It seems quite a simple thing that would be available
Because we haven't created the tooling for it yet
bulkCreate seems available
bulkCreate and deleteMany are APIs that we had to create with performance specifications
Coudl you please make a #feature-requests post for bulkUpdate?