SeedCompany / cord-api-v3

Bible translation project management API
MIT License
18 stars 4 forks source link

[Neo4j] `DtoRepo.delete` #3220

Closed CarsonF closed 1 month ago

CarsonF commented 1 month ago
CarsonF commented 1 month ago

Ah this doesn't work because it forces all subclasses to conform to this delete signature. We still want subclasses to be able to change that as this is just a builder/helper class. I'm not going to go through the effort of implementing the omit logic here, which is how we got around this on the EdgeDB side.