You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
} ?TCacheextendsApolloCache?TCache:"The cache type declared in TypeOverrides does not extend `ApolloCache` and cannot be used with Apollo Client. See https://www.apollographql.com/docs/react/data/typescript#declaring-the-cache-type.":ApolloCache;
// src/cache/inmemory/inMemoryCache.ts:460:7 - (ae-incompatible-release-tags) The symbol "[handleIncrementalSymbol]" is marked as @public, but its signature references "DiffIncrementalInfo" which is marked as @internal
1112
1157
// src/cache/inmemory/policies.ts:176:3 - (ae-forgotten-export) The symbol "KeySpecifier" needs to be exported by the entry point index.d.ts
1113
1158
// src/cache/inmemory/policies.ts:179:3 - (ae-forgotten-export) The symbol "ScalarNames" needs to be exported by the entry point index.d.ts
1114
-
// src/cache/inmemory/types.ts:139:3 - (ae-forgotten-export) The symbol "KeyFieldsFunction" needs to be exported by the entry point index.d.ts
1159
+
// src/cache/inmemory/types.ts:145:3 - (ae-incompatible-release-tags) The symbol "[handleIncrementalSymbol]" is marked as @public, but its signature references "DiffIncrementalInfo" which is marked as @internal
1160
+
// src/cache/inmemory/types.ts:149:3 - (ae-forgotten-export) The symbol "KeyFieldsFunction" needs to be exported by the entry point index.d.ts
1115
1161
1116
1162
// (No @packageDocumentation comment for this package)
Copy file name to clipboardExpand all lines: .api-reports/api-report-utilities_internal.api.md
+36-22Lines changed: 36 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,21 +86,6 @@ export type ClassicSignature = SignatureStyle extends "classic" ? unknown : neve
86
86
//@internal @deprecated
87
87
exportfunction cloneDeep<T>(value:T):T;
88
88
89
-
// @public (undocumented)
90
-
interfaceCollectionContext {
91
-
// (undocumented)
92
-
exclude:SelectionNode;
93
-
// Warning: (ae-incompatible-release-tags) The symbol "fragmentMap" is marked as @public, but its signature references "FragmentMap" which is marked as @internal
94
-
//
95
-
// (undocumented)
96
-
fragmentMap:FragmentMap;
97
-
}
98
-
99
-
// Warning: (ae-forgotten-export) The symbol "CollectionContext" needs to be exported by the entry point index.d.ts
// Warning: (ae-incompatible-release-tags) The symbol "makeStreamInfoTrie" is marked as @public, but its signature references "StreamInfoTrie" which is marked as @internal
0 commit comments