Question about middleware, I want to write another `Event`record into the db after a create query has succeeded, is the right place for this logic 🤔
✅ 1
n
nikolasburk
07/14/2022, 8:58 AM
Yes, middleware is a great use case for exactly that kind of functionality 👌