gorma
gorma copied to clipboard
Add delete helper method that can take parent identifiers so operations can be scoped to parents who own the child
It looks like gorma’s generated delete method doesn’t take into account any parent relationships. There should be a Delete<Child> helper method which can also take parent identifier(s) so that delete operations can be scoped to parents who own it.