How to make useCustom hook invalidate resources like useUpdate
Is there a way to make a call to useCustom invalidate resources such as "list" similar to the way useUpdate does? Such that the call will automatically cause the components to re-render?
