Skip to content

gushernobindsme/apollo-client-v3-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

apollo-client-v3-practice

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.

Usage

Backend

cd /backend
yarn install
yarn start

Frontend

cd /frontend
yarn install
yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published