File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ import {
3434import { invariant } from "@apollo/client/utilities/invariant" ;
3535
3636import type { ApolloClient } from "./ApolloClient.js" ;
37+ import { dataStateErrorCache } from "./dataStateErrorCache.js" ;
3738import { NetworkStatus } from "./networkStatus.js" ;
3839import type { QueryManager } from "./QueryManager.js" ;
3940import type {
@@ -55,7 +56,6 @@ import type {
5556 UpdateQueryOptions ,
5657 WatchQueryFetchPolicy ,
5758} from "./watchQueryOptions.js" ;
58- import { dataStateErrorCache } from "./dataStateErrorCache.js" ;
5959
6060const { assign, hasOwnProperty } = Object ;
6161
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ import {
7575import { defaultCacheSizes } from "../utilities/caching/sizes.js" ;
7676
7777import type { ApolloClient } from "./ApolloClient.js" ;
78+ import { dataStateErrorCache } from "./dataStateErrorCache.js" ;
7879import { NetworkStatus } from "./networkStatus.js" ;
7980import { logMissingFieldErrors , ObservableQuery } from "./ObservableQuery.js" ;
8081import { CacheWriteBehavior , QueryInfo } from "./QueryInfo.js" ;
@@ -95,7 +96,6 @@ import type {
9596 MutationFetchPolicy ,
9697 WatchQueryFetchPolicy ,
9798} from "./watchQueryOptions.js" ;
98- import { dataStateErrorCache } from "./dataStateErrorCache.js" ;
9999
100100interface MutationStoreValue {
101101 mutation : DocumentNode ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import type {
66
77import type { ApolloLink } from "@apollo/client/link" ;
88import type { DeepPartial } from "@apollo/client/utilities" ;
9- import { StreamInfoTrie } from "../ utilities/internal/index.js " ;
9+ import type { StreamInfoTrie } from "@apollo/client/ utilities/internal" ;
1010
1111export declare namespace Incremental {
1212 export type Path = ReadonlyArray < string | number > ;
You can’t perform that action at this time.
0 commit comments