NextJS Apollo Server Tutorial
Clone the project and cd into it.
Create .env.local file with MONGODB_URI
key.
You have to provide a mongodb uri to connect mongodb.
To run the project do following:
yarn
yarn dev
Open http://localhost:3000/api/graphql with your browser to see GraphQL Playground.