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
* Add deprecation warning for ObservableQuery.result
* Wrap in dev
* Add deprecation and warning for setOptions
* Add deprecation for result
* Add deprecation and warning for resetQueryStoreErrors
* Add deprecation on urql helper
* Add deprecation on subscribeAndCount
* Add deprecation to throwServerError
* Add deprecation for toPromise/fromPromise
* Add deprecation for itAsync
* Add deprecation for fromError
* Add deprecation for iterateObserversSafely
* Deprecate isApolloError
* Add deprecation for asyncMap
* Add warning for `resetResultIdentities`
* Add default any for TCacheShape generic on ApolloClient
* Deprecate shared base types
* Use InteropApolloQueryResult for refetchQueries
* Use InteropApolloQueryResult for reFetchObservableQueries
* Use InteropApolloQueryResult for resetStore
* Remove unused import
* Add deprecation and warning for newData
* Warn if using a client-only query
* Add warning/deprecation for onError/setOnError in ApolloLink
* Add deprecations for error properties in onError link
* Warn for notifyOnNetworkStatusChange for client.query
* Adjust deprecation message
* Add warning for client queries in http/batch http link
* Add deprecations for getLastResult, getLastError, and resetLastResults
* Add warnings for getLastResult, getLastError, and resetLastResults
* Add deprecations for mock functions
* Add deprecation to result property in ServerError
* Add additional text
* Add deprecation to queryId
* Add more text
* Deprecate incremental types
* Deprecate response
* Add deprecations for error properties in persisted-queries link
* Fix typo
* Update api report
* Update size limits
* Add changeset
* adjust comment
* add types to deprecations
* allow to globally disable deprecations
* mute deprecation warnings in tests, fix one missed invariant warning
* fix imports
* chores
---------
Co-authored-by: Lenz Weber-Tronic <[email protected]>
// src/cache/inmemory/policies.ts:162:3 - (ae-forgotten-export) The symbol "KeySpecifier" needs to be exported by the entry point index.d.ts
2612
2612
// src/cache/inmemory/policies.ts:162:3 - (ae-forgotten-export) The symbol "KeyArgsFunction" needs to be exported by the entry point index.d.ts
2613
2613
// src/cache/inmemory/types.ts:139:3 - (ae-forgotten-export) The symbol "KeyFieldsFunction" needs to be exported by the entry point index.d.ts
2614
-
// src/core/ObservableQuery.ts:130:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
2615
-
// src/core/ObservableQuery.ts:131:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
2614
+
// src/core/ObservableQuery.ts:143:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
2615
+
// src/core/ObservableQuery.ts:144:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
2616
2616
// src/core/QueryManager.ts:160:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
2617
2617
// src/core/QueryManager.ts:415:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
2618
2618
// src/link/http/selectHttpOptionsAndBody.ts:128:32 - (ae-forgotten-export) The symbol "HttpQueryOptions" needs to be exported by the entry point index.d.ts
0 commit comments