DEV Community

Discussion on: 5 GraphQL Interview Questions and Answers You Should Know

Collapse
 
bgadrian profile image
Adrian B.G.

Nice.

When I first read about GraphQL, when FB made it open source, I remember they had a cache solution, that kept all the records, and it had a push-update cache mechanism, meaning when the servers mutated the data it updated the GraphQL cache too.

I presumed it was in all implementations, what happened to that?

Collapse
 
omerg profile image
Omer Gurarslan

Could it be dataloader?

github.com/graphql/dataloader