lrstanley / entrest

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

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

Closed lrstanley closed 5 months ago

lrstanley commented 5 months 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.