Skip to content

Commit 1085a95

Browse files
authored
[Data masking] Warn when using data masking with no-cache operations (#12121)
1 parent 3b6b6cc commit 1085a95

20 files changed

+1527
-318
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,6 +1365,10 @@ interface MaskOperationOptions<TData> {
13651365
data: TData;
13661366
// (undocumented)
13671367
document: DocumentNode;
1368+
// (undocumented)
1369+
fetchPolicy?: WatchQueryFetchPolicy;
1370+
// (undocumented)
1371+
id: string;
13681372
}
13691373

13701374
// @public (undocumented)
@@ -2438,8 +2442,8 @@ interface WriteContext extends ReadMergeModifyContext {
24382442
// src/cache/inmemory/types.ts:139:3 - (ae-forgotten-export) The symbol "KeyFieldsFunction" needs to be exported by the entry point index.d.ts
24392443
// src/core/ObservableQuery.ts:120:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
24402444
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
2441-
// src/core/QueryManager.ts:155:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
2442-
// src/core/QueryManager.ts:408:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
2445+
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
2446+
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
24432447
// src/core/watchQueryOptions.ts:277:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts
24442448
// src/link/http/selectHttpOptionsAndBody.ts:128:32 - (ae-forgotten-export) The symbol "HttpQueryOptions" needs to be exported by the entry point index.d.ts
24452449

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,10 @@ interface MaskOperationOptions<TData> {
11101110
data: TData;
11111111
// (undocumented)
11121112
document: DocumentNode;
1113+
// (undocumented)
1114+
fetchPolicy?: WatchQueryFetchPolicy;
1115+
// (undocumented)
1116+
id: string;
11131117
}
11141118

11151119
// @public (undocumented)
@@ -2449,8 +2453,8 @@ interface WatchQueryOptions<TVariables extends OperationVariables = OperationVar
24492453
// src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
24502454
// src/core/ObservableQuery.ts:120:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
24512455
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
2452-
// src/core/QueryManager.ts:155:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
2453-
// src/core/QueryManager.ts:408:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
2456+
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
2457+
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
24542458
// src/core/types.ts:175:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
24552459
// src/core/types.ts:204:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
24562460
// src/core/watchQueryOptions.ts:277:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts

.api-reports/api-report-react_components.api.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,12 @@ interface MaskOperationOptions<TData> {
971971
data: TData;
972972
// (undocumented)
973973
document: DocumentNode;
974+
// Warning: (ae-forgotten-export) The symbol "WatchQueryFetchPolicy" needs to be exported by the entry point index.d.ts
975+
//
976+
// (undocumented)
977+
fetchPolicy?: WatchQueryFetchPolicy;
978+
// (undocumented)
979+
id: string;
974980
}
975981

976982
// @public (undocumented)
@@ -1164,8 +1170,6 @@ enum NetworkStatus {
11641170

11651171
// @public (undocumented)
11661172
interface NextFetchPolicyContext<TData, TVariables extends OperationVariables> {
1167-
// Warning: (ae-forgotten-export) The symbol "WatchQueryFetchPolicy" needs to be exported by the entry point index.d.ts
1168-
//
11691173
// (undocumented)
11701174
initialFetchPolicy: WatchQueryFetchPolicy;
11711175
// (undocumented)
@@ -1931,8 +1935,8 @@ interface WatchQueryOptions<TVariables extends OperationVariables = OperationVar
19311935
// src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
19321936
// src/core/ObservableQuery.ts:120:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
19331937
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
1934-
// src/core/QueryManager.ts:155:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
1935-
// src/core/QueryManager.ts:408:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
1938+
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
1939+
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
19361940
// src/core/types.ts:175:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
19371941
// src/core/types.ts:204:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
19381942
// src/core/watchQueryOptions.ts:277:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,12 @@ interface MaskOperationOptions<TData> {
968968
data: TData;
969969
// (undocumented)
970970
document: DocumentNode;
971+
// Warning: (ae-forgotten-export) The symbol "WatchQueryFetchPolicy" needs to be exported by the entry point index.d.ts
972+
//
973+
// (undocumented)
974+
fetchPolicy?: WatchQueryFetchPolicy;
975+
// (undocumented)
976+
id: string;
971977
}
972978

973979
// @public (undocumented)
@@ -1118,8 +1124,6 @@ enum NetworkStatus {
11181124

11191125
// @public (undocumented)
11201126
interface NextFetchPolicyContext<TData, TVariables extends OperationVariables> {
1121-
// Warning: (ae-forgotten-export) The symbol "WatchQueryFetchPolicy" needs to be exported by the entry point index.d.ts
1122-
//
11231127
// (undocumented)
11241128
initialFetchPolicy: WatchQueryFetchPolicy;
11251129
// (undocumented)
@@ -1851,8 +1855,8 @@ interface WatchQueryOptions<TVariables extends OperationVariables = OperationVar
18511855
// src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
18521856
// src/core/ObservableQuery.ts:120:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
18531857
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
1854-
// src/core/QueryManager.ts:155:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
1855-
// src/core/QueryManager.ts:408:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
1858+
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
1859+
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
18561860
// src/core/types.ts:175:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
18571861
// src/core/types.ts:204:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
18581862
// src/core/watchQueryOptions.ts:277:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts

.api-reports/api-report-react_hoc.api.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -975,6 +975,12 @@ interface MaskOperationOptions<TData> {
975975
data: TData;
976976
// (undocumented)
977977
document: DocumentNode;
978+
// Warning: (ae-forgotten-export) The symbol "WatchQueryFetchPolicy" needs to be exported by the entry point index.d.ts
979+
//
980+
// (undocumented)
981+
fetchPolicy?: WatchQueryFetchPolicy;
982+
// (undocumented)
983+
id: string;
978984
}
979985

980986
// @public (undocumented)
@@ -1157,8 +1163,6 @@ enum NetworkStatus {
11571163

11581164
// @public (undocumented)
11591165
interface NextFetchPolicyContext<TData, TVariables extends OperationVariables> {
1160-
// Warning: (ae-forgotten-export) The symbol "WatchQueryFetchPolicy" needs to be exported by the entry point index.d.ts
1161-
//
11621166
// (undocumented)
11631167
initialFetchPolicy: WatchQueryFetchPolicy;
11641168
// (undocumented)
@@ -1878,8 +1882,8 @@ export function withSubscription<TProps extends TGraphQLVariables | {} = {}, TDa
18781882
// src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
18791883
// src/core/ObservableQuery.ts:120:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
18801884
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
1881-
// src/core/QueryManager.ts:155:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
1882-
// src/core/QueryManager.ts:408:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
1885+
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
1886+
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
18831887
// src/core/types.ts:175:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
18841888
// src/core/types.ts:204:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
18851889
// src/core/watchQueryOptions.ts:277:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,10 @@ interface MaskOperationOptions<TData> {
10591059
data: TData;
10601060
// (undocumented)
10611061
document: DocumentNode;
1062+
// (undocumented)
1063+
fetchPolicy?: WatchQueryFetchPolicy;
1064+
// (undocumented)
1065+
id: string;
10621066
}
10631067

10641068
// @public (undocumented)
@@ -2273,8 +2277,8 @@ interface WatchQueryOptions<TVariables extends OperationVariables = OperationVar
22732277
// src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
22742278
// src/core/ObservableQuery.ts:120:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
22752279
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
2276-
// src/core/QueryManager.ts:155:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
2277-
// src/core/QueryManager.ts:408:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
2280+
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
2281+
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
22782282
// src/core/types.ts:175:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
22792283
// src/core/types.ts:204:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
22802284
// src/core/watchQueryOptions.ts:277:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,10 @@ interface MaskOperationOptions<TData> {
10691069
data: TData;
10701070
// (undocumented)
10711071
document: DocumentNode;
1072+
// (undocumented)
1073+
fetchPolicy?: WatchQueryFetchPolicy;
1074+
// (undocumented)
1075+
id: string;
10721076
}
10731077

10741078
// @public (undocumented)
@@ -2336,8 +2340,8 @@ export function wrapQueryRef<TData, TVariables extends OperationVariables>(inter
23362340
// src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
23372341
// src/core/ObservableQuery.ts:120:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
23382342
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
2339-
// src/core/QueryManager.ts:155:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
2340-
// src/core/QueryManager.ts:408:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
2343+
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
2344+
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
23412345
// src/core/types.ts:175:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
23422346
// src/core/types.ts:204:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
23432347
// src/core/watchQueryOptions.ts:277:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,12 @@ interface MaskOperationOptions<TData> {
953953
data: TData;
954954
// (undocumented)
955955
document: DocumentNode;
956+
// Warning: (ae-forgotten-export) The symbol "WatchQueryFetchPolicy" needs to be exported by the entry point index.d.ts
957+
//
958+
// (undocumented)
959+
fetchPolicy?: WatchQueryFetchPolicy;
960+
// (undocumented)
961+
id: string;
956962
}
957963

958964
// @public (undocumented)
@@ -1103,8 +1109,6 @@ enum NetworkStatus {
11031109

11041110
// @public (undocumented)
11051111
interface NextFetchPolicyContext<TData, TVariables extends OperationVariables> {
1106-
// Warning: (ae-forgotten-export) The symbol "WatchQueryFetchPolicy" needs to be exported by the entry point index.d.ts
1107-
//
11081112
// (undocumented)
11091113
initialFetchPolicy: WatchQueryFetchPolicy;
11101114
// (undocumented)
@@ -1836,8 +1840,8 @@ interface WatchQueryOptions<TVariables extends OperationVariables = OperationVar
18361840
// src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
18371841
// src/core/ObservableQuery.ts:120:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
18381842
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
1839-
// src/core/QueryManager.ts:155:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
1840-
// src/core/QueryManager.ts:408:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
1843+
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
1844+
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
18411845
// src/core/types.ts:175:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
18421846
// src/core/types.ts:204:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
18431847
// src/core/watchQueryOptions.ts:277:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,12 @@ interface MaskOperationOptions<TData> {
942942
data: TData;
943943
// (undocumented)
944944
document: DocumentNode;
945+
// Warning: (ae-forgotten-export) The symbol "WatchQueryFetchPolicy" needs to be exported by the entry point index.d.ts
946+
//
947+
// (undocumented)
948+
fetchPolicy?: WatchQueryFetchPolicy;
949+
// (undocumented)
950+
id: string;
945951
}
946952

947953
// @public (undocumented)
@@ -1224,8 +1230,6 @@ enum NetworkStatus {
12241230

12251231
// @public (undocumented)
12261232
interface NextFetchPolicyContext<TData, TVariables extends OperationVariables> {
1227-
// Warning: (ae-forgotten-export) The symbol "WatchQueryFetchPolicy" needs to be exported by the entry point index.d.ts
1228-
//
12291233
// (undocumented)
12301234
initialFetchPolicy: WatchQueryFetchPolicy;
12311235
// (undocumented)
@@ -1904,8 +1908,8 @@ export function withWarningSpy<TArgs extends any[], TResult>(it: (...args: TArgs
19041908
// src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
19051909
// src/core/ObservableQuery.ts:120:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
19061910
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
1907-
// src/core/QueryManager.ts:155:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
1908-
// src/core/QueryManager.ts:408:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
1911+
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
1912+
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
19091913
// src/core/types.ts:175:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
19101914
// src/core/types.ts:204:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
19111915
// src/core/watchQueryOptions.ts:277:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,12 @@ interface MaskOperationOptions<TData> {
941941
data: TData;
942942
// (undocumented)
943943
document: DocumentNode;
944+
// Warning: (ae-forgotten-export) The symbol "WatchQueryFetchPolicy" needs to be exported by the entry point index.d.ts
945+
//
946+
// (undocumented)
947+
fetchPolicy?: WatchQueryFetchPolicy;
948+
// (undocumented)
949+
id: string;
944950
}
945951

946952
// @public (undocumented)
@@ -1179,8 +1185,6 @@ enum NetworkStatus {
11791185

11801186
// @public (undocumented)
11811187
interface NextFetchPolicyContext<TData, TVariables extends OperationVariables> {
1182-
// Warning: (ae-forgotten-export) The symbol "WatchQueryFetchPolicy" needs to be exported by the entry point index.d.ts
1183-
//
11841188
// (undocumented)
11851189
initialFetchPolicy: WatchQueryFetchPolicy;
11861190
// (undocumented)
@@ -1861,8 +1865,8 @@ export function withWarningSpy<TArgs extends any[], TResult>(it: (...args: TArgs
18611865
// src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
18621866
// src/core/ObservableQuery.ts:120:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
18631867
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
1864-
// src/core/QueryManager.ts:155:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
1865-
// src/core/QueryManager.ts:408:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
1868+
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
1869+
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
18661870
// src/core/types.ts:175:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
18671871
// src/core/types.ts:204:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
18681872
// src/core/watchQueryOptions.ts:277:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts

0 commit comments

Comments
 (0)