Is it possible to globally configure QueryClient *after* it's instantiated?
I have a use case where a feature flag loaded asynchronously needs to control the global configs, ie. disable retries. Wondering if it's possible to do this after QueryClient is instantiated.