Skip to content

Commit ed198c0

Browse files
committed
Rerun api report
1 parent c5aedab commit ed198c0

11 files changed

+44
-55
lines changed

.api-reports/api-report-core.api.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1660,14 +1660,13 @@ export class ObservableQuery<TData = unknown, TVariables extends OperationVariab
16601660
// (undocumented)
16611661
readonly queryName?: string;
16621662
refetch(variables?: Partial<TVariables>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
1663-
rerun(): Promise<ApolloQueryResult<TData>>;
1663+
reobserve(newOptions?: Partial<WatchQueryOptions<TVariables, TData>>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
16641664
// @internal (undocumented)
16651665
resetDiff(): void;
16661666
// (undocumented)
16671667
resetLastResults(): void;
1668-
setOptions(newOptions: Partial<WatchQueryOptions<TVariables, TData>>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
16691668
setVariables(variables: TVariables): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
1670-
// (undocumented)
1669+
// @internal (undocumented)
16711670
silentSetOptions(newOptions: Partial<WatchQueryOptions<TVariables, TData>>): void;
16721671
startPolling(pollInterval: number): void;
16731672
stopPolling(): void;
@@ -2477,8 +2476,8 @@ interface WriteContext extends ReadMergeModifyContext {
24772476
// src/cache/inmemory/policies.ts:166:3 - (ae-forgotten-export) The symbol "KeySpecifier" needs to be exported by the entry point index.d.ts
24782477
// src/cache/inmemory/policies.ts:166:3 - (ae-forgotten-export) The symbol "KeyArgsFunction" needs to be exported by the entry point index.d.ts
24792478
// src/cache/inmemory/types.ts:133:3 - (ae-forgotten-export) The symbol "KeyFieldsFunction" needs to be exported by the entry point index.d.ts
2480-
// src/core/ObservableQuery.ts:126:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
2481-
// src/core/ObservableQuery.ts:127:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
2479+
// src/core/ObservableQuery.ts:130:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
2480+
// src/core/ObservableQuery.ts:131:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
24822481
// src/core/QueryManager.ts:172:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
24832482
// src/core/QueryManager.ts:426:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
24842483
// src/link/http/selectHttpOptionsAndBody.ts:128:1 - (ae-forgotten-export) The symbol "HttpQueryOptions" needs to be exported by the entry point index.d.ts

.api-reports/api-report-react.api.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1384,14 +1384,13 @@ class ObservableQuery<TData = unknown, TVariables extends OperationVariables = O
13841384
// (undocumented)
13851385
readonly queryName?: string;
13861386
refetch(variables?: Partial<TVariables>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
1387-
rerun(): Promise<ApolloQueryResult<TData>>;
1387+
reobserve(newOptions?: Partial<WatchQueryOptions<TVariables, TData>>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
13881388
// @internal (undocumented)
13891389
resetDiff(): void;
13901390
// (undocumented)
13911391
resetLastResults(): void;
1392-
setOptions(newOptions: Partial<WatchQueryOptions<TVariables, TData>>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
13931392
setVariables(variables: TVariables): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
1394-
// (undocumented)
1393+
// @internal (undocumented)
13951394
silentSetOptions(newOptions: Partial<WatchQueryOptions<TVariables, TData>>): void;
13961395
startPolling(pollInterval: number): void;
13971396
stopPolling(): void;
@@ -2472,8 +2471,8 @@ interface WatchQueryOptions<TVariables extends OperationVariables = OperationVar
24722471
// src/cache/core/types/common.ts:104:3 - (ae-forgotten-export) The symbol "ToReferenceFunction" needs to be exported by the entry point index.d.ts
24732472
// src/cache/core/types/common.ts:105:3 - (ae-forgotten-export) The symbol "StorageType" needs to be exported by the entry point index.d.ts
24742473
// src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
2475-
// src/core/ObservableQuery.ts:126:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
2476-
// src/core/ObservableQuery.ts:127:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
2474+
// src/core/ObservableQuery.ts:130:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
2475+
// src/core/ObservableQuery.ts:131:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
24772476
// src/core/QueryManager.ts:172:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
24782477
// src/core/QueryManager.ts:426:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
24792478
// src/core/types.ts:204:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts

.api-reports/api-report-react_context.api.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1181,14 +1181,13 @@ class ObservableQuery<TData = unknown, TVariables extends OperationVariables = O
11811181
// (undocumented)
11821182
readonly queryName?: string;
11831183
refetch(variables?: Partial<TVariables>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
1184-
rerun(): Promise<ApolloQueryResult<TData>>;
1184+
reobserve(newOptions?: Partial<WatchQueryOptions<TVariables, TData>>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
11851185
// @internal (undocumented)
11861186
resetDiff(): void;
11871187
// (undocumented)
11881188
resetLastResults(): void;
1189-
setOptions(newOptions: Partial<WatchQueryOptions<TVariables, TData>>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
11901189
setVariables(variables: TVariables): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
1191-
// (undocumented)
1190+
// @internal (undocumented)
11921191
silentSetOptions(newOptions: Partial<WatchQueryOptions<TVariables, TData>>): void;
11931192
startPolling(pollInterval: number): void;
11941193
stopPolling(): void;
@@ -1837,8 +1836,8 @@ interface WatchQueryOptions<TVariables extends OperationVariables = OperationVar
18371836
// src/cache/core/types/common.ts:104:3 - (ae-forgotten-export) The symbol "ToReferenceFunction" needs to be exported by the entry point index.d.ts
18381837
// src/cache/core/types/common.ts:105:3 - (ae-forgotten-export) The symbol "StorageType" needs to be exported by the entry point index.d.ts
18391838
// src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
1840-
// src/core/ObservableQuery.ts:126:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
1841-
// src/core/ObservableQuery.ts:127:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
1839+
// src/core/ObservableQuery.ts:130:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
1840+
// src/core/ObservableQuery.ts:131:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
18421841
// src/core/QueryManager.ts:172:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
18431842
// src/core/QueryManager.ts:426:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
18441843
// src/core/types.ts:204:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts

.api-reports/api-report-react_hooks.api.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1324,14 +1324,13 @@ class ObservableQuery<TData = unknown, TVariables extends OperationVariables = O
13241324
// (undocumented)
13251325
readonly queryName?: string;
13261326
refetch(variables?: Partial<TVariables>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
1327-
rerun(): Promise<ApolloQueryResult<TData>>;
1327+
reobserve(newOptions?: Partial<WatchQueryOptions<TVariables, TData>>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
13281328
// @internal (undocumented)
13291329
resetDiff(): void;
13301330
// (undocumented)
13311331
resetLastResults(): void;
1332-
setOptions(newOptions: Partial<WatchQueryOptions<TVariables, TData>>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
13331332
setVariables(variables: TVariables): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
1334-
// (undocumented)
1333+
// @internal (undocumented)
13351334
silentSetOptions(newOptions: Partial<WatchQueryOptions<TVariables, TData>>): void;
13361335
startPolling(pollInterval: number): void;
13371336
stopPolling(): void;
@@ -2328,8 +2327,8 @@ interface WatchQueryOptions<TVariables extends OperationVariables = OperationVar
23282327
// src/cache/core/types/common.ts:104:3 - (ae-forgotten-export) The symbol "ToReferenceFunction" needs to be exported by the entry point index.d.ts
23292328
// src/cache/core/types/common.ts:105:3 - (ae-forgotten-export) The symbol "StorageType" needs to be exported by the entry point index.d.ts
23302329
// src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
2331-
// src/core/ObservableQuery.ts:126:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
2332-
// src/core/ObservableQuery.ts:127:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
2330+
// src/core/ObservableQuery.ts:130:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
2331+
// src/core/ObservableQuery.ts:131:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
23332332
// src/core/QueryManager.ts:172:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
23342333
// src/core/QueryManager.ts:426:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
23352334
// src/core/types.ts:204:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts

.api-reports/api-report-react_internal.api.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1336,14 +1336,13 @@ class ObservableQuery<TData = unknown, TVariables extends OperationVariables = O
13361336
// (undocumented)
13371337
readonly queryName?: string;
13381338
refetch(variables?: Partial<TVariables>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
1339-
rerun(): Promise<ApolloQueryResult<TData>>;
1339+
reobserve(newOptions?: Partial<WatchQueryOptions<TVariables, TData>>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
13401340
// @internal (undocumented)
13411341
resetDiff(): void;
13421342
// (undocumented)
13431343
resetLastResults(): void;
1344-
setOptions(newOptions: Partial<WatchQueryOptions<TVariables, TData>>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
13451344
setVariables(variables: TVariables): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
1346-
// (undocumented)
1345+
// @internal (undocumented)
13471346
silentSetOptions(newOptions: Partial<WatchQueryOptions<TVariables, TData>>): void;
13481347
startPolling(pollInterval: number): void;
13491348
stopPolling(): void;
@@ -2419,8 +2418,8 @@ export function wrapQueryRef<TData, TVariables extends OperationVariables>(inter
24192418
// src/cache/core/types/common.ts:104:3 - (ae-forgotten-export) The symbol "ToReferenceFunction" needs to be exported by the entry point index.d.ts
24202419
// src/cache/core/types/common.ts:105:3 - (ae-forgotten-export) The symbol "StorageType" needs to be exported by the entry point index.d.ts
24212420
// src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
2422-
// src/core/ObservableQuery.ts:126:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
2423-
// src/core/ObservableQuery.ts:127:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
2421+
// src/core/ObservableQuery.ts:130:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
2422+
// src/core/ObservableQuery.ts:131:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
24242423
// src/core/QueryManager.ts:172:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
24252424
// src/core/QueryManager.ts:426:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
24262425
// src/core/types.ts:204:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts

.api-reports/api-report-react_ssr.api.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1166,14 +1166,13 @@ class ObservableQuery<TData = unknown, TVariables extends OperationVariables = O
11661166
// (undocumented)
11671167
readonly queryName?: string;
11681168
refetch(variables?: Partial<TVariables>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
1169-
rerun(): Promise<ApolloQueryResult<TData>>;
1169+
reobserve(newOptions?: Partial<WatchQueryOptions<TVariables, TData>>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
11701170
// @internal (undocumented)
11711171
resetDiff(): void;
11721172
// (undocumented)
11731173
resetLastResults(): void;
1174-
setOptions(newOptions: Partial<WatchQueryOptions<TVariables, TData>>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
11751174
setVariables(variables: TVariables): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
1176-
// (undocumented)
1175+
// @internal (undocumented)
11771176
silentSetOptions(newOptions: Partial<WatchQueryOptions<TVariables, TData>>): void;
11781177
startPolling(pollInterval: number): void;
11791178
stopPolling(): void;
@@ -1825,8 +1824,8 @@ interface WatchQueryOptions<TVariables extends OperationVariables = OperationVar
18251824
// src/cache/core/types/common.ts:104:3 - (ae-forgotten-export) The symbol "ToReferenceFunction" needs to be exported by the entry point index.d.ts
18261825
// src/cache/core/types/common.ts:105:3 - (ae-forgotten-export) The symbol "StorageType" needs to be exported by the entry point index.d.ts
18271826
// src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
1828-
// src/core/ObservableQuery.ts:126:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
1829-
// src/core/ObservableQuery.ts:127:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
1827+
// src/core/ObservableQuery.ts:130:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
1828+
// src/core/ObservableQuery.ts:131:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
18301829
// src/core/QueryManager.ts:172:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
18311830
// src/core/QueryManager.ts:426:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
18321831
// src/core/types.ts:204:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts

.api-reports/api-report-testing.api.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1232,14 +1232,13 @@ class ObservableQuery<TData = unknown, TVariables extends OperationVariables = O
12321232
// (undocumented)
12331233
readonly queryName?: string;
12341234
refetch(variables?: Partial<TVariables>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
1235-
rerun(): Promise<ApolloQueryResult<TData>>;
1235+
reobserve(newOptions?: Partial<WatchQueryOptions<TVariables, TData>>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
12361236
// @internal (undocumented)
12371237
resetDiff(): void;
12381238
// (undocumented)
12391239
resetLastResults(): void;
1240-
setOptions(newOptions: Partial<WatchQueryOptions<TVariables, TData>>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
12411240
setVariables(variables: TVariables): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
1242-
// (undocumented)
1241+
// @internal (undocumented)
12431242
silentSetOptions(newOptions: Partial<WatchQueryOptions<TVariables, TData>>): void;
12441243
startPolling(pollInterval: number): void;
12451244
stopPolling(): void;
@@ -1829,8 +1828,8 @@ export function withWarningSpy<TArgs extends any[], TResult>(it: (...args: TArgs
18291828
// src/cache/core/types/common.ts:104:3 - (ae-forgotten-export) The symbol "ToReferenceFunction" needs to be exported by the entry point index.d.ts
18301829
// src/cache/core/types/common.ts:105:3 - (ae-forgotten-export) The symbol "StorageType" needs to be exported by the entry point index.d.ts
18311830
// src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
1832-
// src/core/ObservableQuery.ts:126:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
1833-
// src/core/ObservableQuery.ts:127:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
1831+
// src/core/ObservableQuery.ts:130:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
1832+
// src/core/ObservableQuery.ts:131:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
18341833
// src/core/QueryManager.ts:172:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
18351834
// src/core/QueryManager.ts:426:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
18361835
// src/core/types.ts:204:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts

.api-reports/api-report-testing_core.api.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1232,14 +1232,13 @@ class ObservableQuery<TData = unknown, TVariables extends OperationVariables = O
12321232
// (undocumented)
12331233
readonly queryName?: string;
12341234
refetch(variables?: Partial<TVariables>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
1235-
rerun(): Promise<ApolloQueryResult<TData>>;
1235+
reobserve(newOptions?: Partial<WatchQueryOptions<TVariables, TData>>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
12361236
// @internal (undocumented)
12371237
resetDiff(): void;
12381238
// (undocumented)
12391239
resetLastResults(): void;
1240-
setOptions(newOptions: Partial<WatchQueryOptions<TVariables, TData>>): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
12411240
setVariables(variables: TVariables): Promise<ApolloQueryResult<MaybeMasked<TData>>>;
1242-
// (undocumented)
1241+
// @internal (undocumented)
12431242
silentSetOptions(newOptions: Partial<WatchQueryOptions<TVariables, TData>>): void;
12441243
startPolling(pollInterval: number): void;
12451244
stopPolling(): void;
@@ -1829,8 +1828,8 @@ export function withWarningSpy<TArgs extends any[], TResult>(it: (...args: TArgs
18291828
// src/cache/core/types/common.ts:104:3 - (ae-forgotten-export) The symbol "ToReferenceFunction" needs to be exported by the entry point index.d.ts
18301829
// src/cache/core/types/common.ts:105:3 - (ae-forgotten-export) The symbol "StorageType" needs to be exported by the entry point index.d.ts
18311830
// src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
1832-
// src/core/ObservableQuery.ts:126:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
1833-
// src/core/ObservableQuery.ts:127:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
1831+
// src/core/ObservableQuery.ts:130:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
1832+
// src/core/ObservableQuery.ts:131:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
18341833
// src/core/QueryManager.ts:172:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
18351834
// src/core/QueryManager.ts:426:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
18361835
// src/core/types.ts:204:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts

0 commit comments

Comments
 (0)