Skip to content

timofarei/apollo-gql-incremental-delivery-refetch-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apollo-gql-incremental-delivery-refetch-bug

A toy project test incremental delivery using apollo graphql

Start GraphQL Server

cd graphql-server
npm install --legacy-peer-deps # ignore peer dependency issue in @apollo/server (caused by using experimental "graphql": "17.0.0-alpha.2" dependency)
npm run dev

The api is listening on http://localhost:4000/

Start React Client

cd client
npm install
npm run dev

The client is running on http://localhost:5173/

About

A toy project test incremental delivery using apollo graphql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published