Trigger refetch/rerender after setDefaultOptions
I would like to trigger a refetch of all queries when the workpace variable changes. Workspace is being passed in most api's as a custom header and fed into the api via react-queries
meta object.The problem is that refetchQueries() does not have the updated
meta object when refetching.