Skip to content

nordvall/apollo-query-loop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo Client Issue Reproduction

This repo reproduces an issue introduced in Apollo Client 3.0.0-beta.46 where two simultaneous queries starts an endless loop of server roundtrips. Just start the application with npm start, open the debug console in the browser and watch the logging from the resolvers.

The issue goes away if you do any of the following

  • remove one of the components Cities or Countries from the app.
  • remove the permissions {} part from either cities or countries query.
  • downgrade @apollo/client to any version less than 3.0.0-beta.46

About

Bug reproduction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published