Configuring and using the Apollo client in a Next.js TypeScript application

Sébastien Dubois
JavaScript in Plain English
6 min readFeb 24, 2021

--

Recently, I’ve been doing some research around Next.js & GraphQL.

After looking into the back-end side (which I’ll write about another day), I wanted to test drive some libraries for querying my GraphQL API.

Of course, since I was using Apollo on the back-end, it made sense to go full-circle and use Apollo on…

--

--