twentyhq / twenty

Building a modern alternative to Salesforce, powered by the community.
https://twenty.com
GNU Affero General Public License v3.0
14.99k stars 1.47k forks source link

Improve the Backend for Mass Record Deletion #5169

Open Bonapara opened 2 months ago

Bonapara commented 2 months ago

Current Behavior

pg_graphql constraints restrict deletion to a maximum of 30 records per operation.

Desired Behavior

Implement a loop on the delete request to delete more records in a single operation.

pacyL2K19 commented 2 months ago

I can work on this @Bonapara cc: @FelixMalfait

FelixMalfait commented 2 months ago

Thanks @pacyL2K19 I think the master issue which includes this was taken by @gitstart-twenty