@@ -52,6 +52,7 @@ import { InMemoryCache } from '@apollo/client/cache';
52
52
import { InMemoryCacheConfig } from ' @apollo/client/cache' ;
53
53
import type { InteropObservable } from ' rxjs' ;
54
54
import type { IsAny } from ' @apollo/client/utilities/internal' ;
55
+ import { isNetworkRequestSettled } from ' @apollo/client/utilities' ;
55
56
import { isReference } from ' @apollo/client/utilities' ;
56
57
import { LinkError } from ' @apollo/client/errors' ;
57
58
import type { LocalState } from ' @apollo/client/local-state' ;
@@ -529,8 +530,7 @@ export namespace InternalTypes {
529
530
export type { NextFetchPolicyContext , QueryManager };
530
531
}
531
532
532
- // @public
533
- export function isNetworkRequestSettled(networkStatus ? : NetworkStatus ): boolean ;
533
+ export { isNetworkRequestSettled }
534
534
535
535
export { isReference }
536
536
@@ -1133,8 +1133,8 @@ export type WatchQueryOptions<TVariables extends OperationVariables = OperationV
1133
1133
// Warnings were encountered during analysis:
1134
1134
//
1135
1135
// src/core/ApolloClient.ts:353:5 - (ae-forgotten-export) The symbol "NextFetchPolicyContext" needs to be exported by the entry point index.d.ts
1136
- // src/core/ObservableQuery.ts:360 :5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
1137
- // src/core/QueryManager.ts:175 :5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
1136
+ // src/core/ObservableQuery.ts:361 :5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
1137
+ // src/core/QueryManager.ts:180 :5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
1138
1138
1139
1139
// (No @packageDocumentation comment for this package)
1140
1140
0 commit comments