Could not find apollo client using strapi and react

Update:

I imported apollo-react hooks as follows in the src/index.js

import { ApolloProvider } from "@apollo/react-hooks";

As opposed to

import { ApolloProvider } from "react-apollo";

React Apollo is no longer working