The use case is if the user updates his reminder settings, all the reminders must be updated.
r
Ryan
02/24/2021, 10:00 AM
@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
manuel
02/24/2021, 10:01 AM
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?