diff --git a/.api-reports/api-report-react.api.md b/.api-reports/api-report-react.api.md index 74721b26f76..a614e290b3b 100644 --- a/.api-reports/api-report-react.api.md +++ b/.api-reports/api-report-react.api.md @@ -2089,6 +2089,7 @@ UseBackgroundQueryResult // @public (undocumented) export type UseBackgroundQueryResult = { + subscribeToMore: SubscribeToMoreFunction; fetchMore: FetchMoreFunction; refetch: RefetchFunction; }; @@ -2165,6 +2166,7 @@ export function useQueryRefHandlers { fetchMore: FetchMoreFunction; refetch: RefetchFunction; + subscribeToMore: SubscribeToMoreFunction; } // Warning: (ae-forgotten-export) The symbol "ReactiveVar" needs to be exported by the entry point index.d.ts @@ -2240,8 +2242,6 @@ export interface UseSuspenseQueryResult; - // Warning: (ae-forgotten-export) The symbol "SubscribeToMoreFunction" needs to be exported by the entry point index.d.ts - // // (undocumented) subscribeToMore: SubscribeToMoreFunction; } @@ -2305,8 +2305,9 @@ interface WatchQueryOptions // @public (undocumented) export type UseBackgroundQueryResult = { + subscribeToMore: SubscribeToMoreFunction; fetchMore: FetchMoreFunction; refetch: RefetchFunction; }; @@ -1996,6 +1997,7 @@ export function useQueryRefHandlers { fetchMore: FetchMoreFunction; refetch: RefetchFunction; + subscribeToMore: SubscribeToMoreFunction; } // Warning: (ae-forgotten-export) The symbol "ReactiveVar" needs to be exported by the entry point index.d.ts @@ -2075,8 +2077,6 @@ export interface UseSuspenseQueryResult; - // Warning: (ae-forgotten-export) The symbol "SubscribeToMoreFunction" needs to be exported by the entry point index.d.ts - // // (undocumented) subscribeToMore: SubscribeToMoreFunction; } @@ -2129,8 +2129,9 @@ interface WatchQueryOptions // @public (undocumented) type UseBackgroundQueryResult = { + subscribeToMore: SubscribeToMoreFunction; fetchMore: FetchMoreFunction; refetch: RefetchFunction; }; @@ -1967,6 +1968,7 @@ function useQueryRefHandlers { fetchMore: FetchMoreFunction; refetch: RefetchFunction; + subscribeToMore: SubscribeToMoreFunction; } // Warning: (ae-forgotten-export) The symbol "UseReadQueryResult" needs to be exported by the entry point index.d.ts @@ -2039,8 +2041,6 @@ interface UseSuspenseQueryResult; - // Warning: (ae-forgotten-export) The symbol "SubscribeToMoreFunction" needs to be exported by the entry point index.d.ts - // // (undocumented) subscribeToMore: SubscribeToMoreFunction; } @@ -2134,8 +2134,9 @@ export function wrapQueryRef(inter // src/core/types.ts:203:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts // src/core/watchQueryOptions.ts:269:2 - (ae-forgotten-export) The symbol "IgnoreModifier" needs to be exported by the entry point index.d.ts // src/core/watchQueryOptions.ts:269:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts -// src/react/hooks/useBackgroundQuery.ts:29:3 - (ae-forgotten-export) The symbol "FetchMoreFunction" needs to be exported by the entry point index.d.ts -// src/react/hooks/useBackgroundQuery.ts:30:3 - (ae-forgotten-export) The symbol "RefetchFunction" needs to be exported by the entry point index.d.ts +// src/react/hooks/useBackgroundQuery.ts:38:3 - (ae-forgotten-export) The symbol "SubscribeToMoreFunction" needs to be exported by the entry point index.d.ts +// src/react/hooks/useBackgroundQuery.ts:54:3 - (ae-forgotten-export) The symbol "FetchMoreFunction" needs to be exported by the entry point index.d.ts +// src/react/hooks/useBackgroundQuery.ts:78:4 - (ae-forgotten-export) The symbol "RefetchFunction" needs to be exported by the entry point index.d.ts // (No @packageDocumentation comment for this package) diff --git a/.api-reports/api-report.api.md b/.api-reports/api-report.api.md index 95cc0a4694b..96b600ec95f 100644 --- a/.api-reports/api-report.api.md +++ b/.api-reports/api-report.api.md @@ -2752,6 +2752,7 @@ UseBackgroundQueryResult // @public (undocumented) export type UseBackgroundQueryResult = { + subscribeToMore: SubscribeToMoreFunction; fetchMore: FetchMoreFunction; refetch: RefetchFunction; }; @@ -2828,6 +2829,7 @@ export function useQueryRefHandlers { fetchMore: FetchMoreFunction; refetch: RefetchFunction; + subscribeToMore: SubscribeToMoreFunction; } // @public @@ -2901,8 +2903,6 @@ export interface UseSuspenseQueryResult; - // Warning: (ae-forgotten-export) The symbol "SubscribeToMoreFunction" needs to be exported by the entry point index.d.ts - // // (undocumented) subscribeToMore: SubscribeToMoreFunction; } @@ -2994,8 +2994,9 @@ interface WriteContext extends ReadMergeModifyContext { // src/core/watchQueryOptions.ts:269:2 - (ae-forgotten-export) The symbol "IgnoreModifier" needs to be exported by the entry point index.d.ts // src/core/watchQueryOptions.ts:269:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts // src/link/http/selectHttpOptionsAndBody.ts:128:32 - (ae-forgotten-export) The symbol "HttpQueryOptions" needs to be exported by the entry point index.d.ts -// src/react/hooks/useBackgroundQuery.ts:29:3 - (ae-forgotten-export) The symbol "FetchMoreFunction" needs to be exported by the entry point index.d.ts -// src/react/hooks/useBackgroundQuery.ts:30:3 - (ae-forgotten-export) The symbol "RefetchFunction" needs to be exported by the entry point index.d.ts +// src/react/hooks/useBackgroundQuery.ts:38:3 - (ae-forgotten-export) The symbol "SubscribeToMoreFunction" needs to be exported by the entry point index.d.ts +// src/react/hooks/useBackgroundQuery.ts:54:3 - (ae-forgotten-export) The symbol "FetchMoreFunction" needs to be exported by the entry point index.d.ts +// src/react/hooks/useBackgroundQuery.ts:78:4 - (ae-forgotten-export) The symbol "RefetchFunction" needs to be exported by the entry point index.d.ts // src/react/hooks/useLoadableQuery.ts:107:1 - (ae-forgotten-export) The symbol "ResetFunction" needs to be exported by the entry point index.d.ts // (No @packageDocumentation comment for this package) diff --git a/.size-limits.json b/.size-limits.json index 79e71c06997..1724bbbc20d 100644 --- a/.size-limits.json +++ b/.size-limits.json @@ -1,4 +1,4 @@ { - "dist/apollo-client.min.cjs": 39825, + "dist/apollo-client.min.cjs": 39856, "import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32851 }