@deleteRecord should delete from all connections/lists
Open
- Dominant language
- Rust
- Stars
- 19k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
Version: v12.0.0
`@deleteRecord` does not properly remove references to the record from other places in the store such as inside connections and lists. It instead turns them all into dangling null references. This seems like a bug because why would you ever want to leave those nulls hanging around referencing records that no longer exist?
Contributor guide
Assessment
This issue has not been assessed yet.