-
-
Notifications
You must be signed in to change notification settings - Fork 523
Closed
Description
In the readme it says we should import Apollo client like so:
import ApolloClient, { createNetworkInterface, addTypename } from './apollo-client';
But it is only working after removing the curent directory prefix:
import ApolloClient, { createNetworkInterface, addTypename } from 'apollo-client';
Metadata
Metadata
Assignees
Labels
No labels