[IMPLEMENTED] Support for batch operation for update (patch) and delete

I’m trying to build a function batch updating data. but I have to query out them all. and update them one by one.
Is there has easy way can do it.

No, Squidex does not use a “normal” Database structure, therefore you would almost see no performance improvements with a batch operation.

Okay, thanks.:tangerine::lemon::banana::apple::apple::apple:

It is not entirely correct, of course you could have performance benefits because you do not have to transfer the content over the wire with all the serialization and deserialization. Might be worth to have a look.

I am actually working on this now.