fix createMany resolver when updating softdeleted record (#13425)
Context: updateOne/Many works on soft deleted records but the update of the upsertMany throws error fixes https://github.com/twentyhq/twenty/issues/13195
This commit is contained in:
@ -210,6 +210,7 @@ export class GraphqlQueryCreateManyResolverService extends GraphqlQueryBaseResol
|
||||
.setFindOptions({
|
||||
select: selectedColumns,
|
||||
})
|
||||
.withDeleted()
|
||||
.getMany();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user