react-fullstack-graphql icon indicating copy to clipboard operation
react-fullstack-graphql copied to clipboard

Refactor ApolloClient instantiation to new apollo-boost syntax

Open DevanB opened this issue 6 years ago • 1 comments

The advanced boilerplate has a lot of the older non-apollo-boost way of setting up the ApolloClient. For the purposes of helping others who might be new to Apollo and GraphQL, we should update this to use the new syntax.

Lines that should be refactored: L14-L56

DevanB avatar Apr 15 '18 19:04 DevanB

@DevanB In here since we are using apollo-link-ws, is it possible to migrate to apollo-boost, since they still do not support websocket link in apollo-boost according to this:- https://github.com/apollographql/apollo-client/issues/3117

vivek12345 avatar Jul 04 '18 17:07 vivek12345