How to refresh or modify the result of query

Hey Simon,

Indeed, calling update on the result of store.query is probably the best way to go about it. You can also call route.refresh (documented here.), which re-fires the model hooks for the route you’re calling it from.

2 Likes