We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@apollo/client/core
1 parent 8b1de2e commit 2597494Copy full SHA for 2597494
.api-reports/api-report-errors.api.md
@@ -4,7 +4,7 @@
4
5
```ts
6
7
-import type { ErrorLike } from '@apollo/client/core';
+import type { ErrorLike } from '@apollo/client';
8
import type { FetchResult } from '@apollo/client/link/core';
9
import type { FetchResult as FetchResult_2 } from '@apollo/client';
10
import type { GraphQLFormattedError } from 'graphql';
src/errors/index.ts
@@ -1,4 +1,4 @@
1
-import type { ErrorLike } from "@apollo/client/core";
+import type { ErrorLike } from "@apollo/client";
2
import type { FetchResult } from "@apollo/client/link/core";
3
import { CombinedProtocolErrors } from "./CombinedProtocolErrors.js";
0 commit comments