Skip to content

Commit

Permalink
import ApolloLink from @apollo/client
Browse files Browse the repository at this point in the history
  • Loading branch information
therealemjy committed Jun 11, 2023
1 parent a44846b commit 427436c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ApolloLink } from '@apollo/client/core';
import { ApolloLink } from '@apollo/client';
import { providers } from 'ethers';

import createLink from '../';
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-graphql/src/createLink/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ApolloLink, Observable } from '@apollo/client/core';
import { ApolloLink, Observable } from '@apollo/client';
import { graphql } from 'graphql';
import { print } from 'graphql/language/printer';

Expand Down

0 comments on commit 427436c

Please sign in to comment.