global refetch
I have an edit page, that has 2 child components that both have useList and useCustom hooks inside of them.
i want to be able to refetch those hooks from the parent edit page, is there a streamlined way to do that?
i want to be able to refetch those hooks from the parent edit page, is there a streamlined way to do that?
