This is the repository for checking Apollo Client version 3.0.
This repository consists of the following modules:
- Backend server implemented in NestJS
- Web front end implemented in React
This repository contains sample implementations of the following features:
You can see the Offset-based pagination from the main branch and the Cursor-based pagination from the feature/cursor-based-pagination branch.
cd /backend
yarn install
yarn startcd /frontend
yarn install
yarn start