The use case is if the user updates his reminder s...
# orm-help
m
The use case is if the user updates his reminder settings, all the reminders must be updated.
r
@manuel 👋 One way to do this would be to use Middleware. You can add a condition to listen to what model you want to and then update based on the changes.
m
So you would do it in the resolver that updates the reminder? If the reminder gets updated I need to update the reminders? But why would I need middleware for that?