Reference
installQueryAsyncStorage
Installs custom async storage for server-scoped query clients.
Signature
function installQueryAsyncStorage(storage: QueryAsyncStorage<QueryClient>): voidReference
Installs custom async storage for server-scoped query clients.
function installQueryAsyncStorage(storage: QueryAsyncStorage<QueryClient>): void