feat: record batch deleteMany (#3096)
feat: support record batch deleteMany Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -24,7 +24,7 @@ export class DeleteManyQueryFactory {
|
||||
mutation {
|
||||
deleteFrom${
|
||||
options.targetTableName
|
||||
}Collection(filter: ${stringifyWithoutKeyQuote(args.filter)}) {
|
||||
}Collection(filter: ${stringifyWithoutKeyQuote(args.filter)}, atMost: 30) {
|
||||
affectedCount
|
||||
records {
|
||||
${fieldsString}
|
||||
|
||||
Reference in New Issue
Block a user