@@ -14,6 +14,7 @@ import type { Cache as Cache_2 } from '@apollo/client/cache';
14
14
import type { ClientAwarenessLink } from ' @apollo/client/link/client-awareness' ;
15
15
import type { DataProxy } from ' @apollo/client/cache' ;
16
16
import type { DataState as DataState_2 } from ' @apollo/client' ;
17
+ import type { DataValue as DataValue_2 } from ' @apollo/client' ;
17
18
import type { DeepPartial } from ' @apollo/client/utilities' ;
18
19
import type { DefaultContext as DefaultContext_2 } from ' @apollo/client' ;
19
20
import type { DocumentNode } from ' graphql' ;
@@ -1179,15 +1180,13 @@ export namespace useFragment {
1179
1180
variables? : NoInfer_2 <TVariables >;
1180
1181
}
1181
1182
// (undocumented)
1182
- export type Result <TData > = {
1183
- data: MaybeMasked <TData >;
1183
+ export type Result <TData > = ({
1184
1184
complete: true ;
1185
1185
missing? : never ;
1186
- } | {
1187
- data: DeepPartial <MaybeMasked <TData >>;
1186
+ } & GetDataState_2 <MaybeMasked <TData >, " complete" >) | ({
1188
1187
complete: false ;
1189
1188
missing? : MissingTree ;
1190
- };
1189
+ } & GetDataState_2 < MaybeMasked < TData >, " partial " >) ;
1191
1190
}
1192
1191
1193
1192
// @public @deprecated (undocumented)
@@ -1539,7 +1538,7 @@ export namespace useSuspenseFragment {
1539
1538
} & VariablesOption <NoInfer_2 <TVariables >>;
1540
1539
// (undocumented)
1541
1540
export type Result <TData > = {
1542
- data: MaybeMasked <TData >;
1541
+ data: DataValue_2 . Complete < MaybeMasked <TData > >;
1543
1542
};
1544
1543
}
1545
1544
@@ -1659,7 +1658,7 @@ type WatchQueryOptions_2<TVariables extends OperationVariables_2 = OperationVari
1659
1658
// src/core/watchQueryOptions.ts:277:3 - (ae-forgotten-export) The symbol "OnQueryUpdated" needs to be exported by the entry point index.d.ts
1660
1659
// src/core/watchQueryOptions.ts:286:3 - (ae-forgotten-export) The symbol "MutationFetchPolicy" needs to be exported by the entry point index.d.ts
1661
1660
// src/react/hooks/useLoadableQuery.ts:70:7 - (ae-forgotten-export) The symbol "ResetFunction" needs to be exported by the entry point index.d.ts
1662
- // src/react/hooks/useSuspenseFragment.ts:75 :5 - (ae-forgotten-export) The symbol "From" needs to be exported by the entry point index.d.ts
1661
+ // src/react/hooks/useSuspenseFragment.ts:76 :5 - (ae-forgotten-export) The symbol "From" needs to be exported by the entry point index.d.ts
1663
1662
1664
1663
// (No @packageDocumentation comment for this package)
1665
1664
0 commit comments