lrstanley / entrest

Extension that generates a compliant OpenAPI spec and server implementation
https://lrstanley.github.io/entrest/
MIT License
6 stars 0 forks source link

feat: support `add_<edge>` and `remove_<edge>` in update operations #26

Closed lrstanley closed 1 month ago

lrstanley commented 1 month ago

This is primarily beneficial when a given entity has thousands of edge relationships, and helps reduce the chance of an accidental call un-attaching many edges. Would also match the entgql implementation.