Skip to content

Commit 2597494

Browse files
authored
Fix import from @apollo/client/core (#12553)
1 parent 8b1de2e commit 2597494

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.api-reports/api-report-errors.api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
```ts
66

7-
import type { ErrorLike } from '@apollo/client/core';
7+
import type { ErrorLike } from '@apollo/client';
88
import type { FetchResult } from '@apollo/client/link/core';
99
import type { FetchResult as FetchResult_2 } from '@apollo/client';
1010
import type { GraphQLFormattedError } from 'graphql';

src/errors/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { ErrorLike } from "@apollo/client/core";
1+
import type { ErrorLike } from "@apollo/client";
22
import type { FetchResult } from "@apollo/client/link/core";
33

44
import { CombinedProtocolErrors } from "./CombinedProtocolErrors.js";

0 commit comments

Comments
 (0)