Interface QueryClientConfig

interface QueryClientConfig {
    defaultOptions?: DefaultOptions<Error>;
    mutationCache?: MutationCache;
    queryCache?: QueryCache;
}

Properties

defaultOptions?: DefaultOptions<Error>
mutationCache?: MutationCache
queryCache?: QueryCache