Skip to content

Commit

Permalink
fix: import from apollo core to remove react dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanSmolka committed Dec 1, 2022
1 parent beba219 commit 5ad4327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxyCacheLink.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ApolloLink, FetchResult, Observable } from '@apollo/client'
import { ApolloLink, FetchResult, Observable } from '@apollo/client/core'
import { hasDirectives } from 'apollo-utilities'
import type { Subscription } from 'zen-observable-ts'
import {
Expand Down

0 comments on commit 5ad4327

Please sign in to comment.