Hacker News new | ask | show | jobs
by syrusakbary 3680 days ago
I think is worth to take a look into Facebook's dataloader. Instead of having a caching mechanism (likve Varnish) in your HTTP layer, you could have it in your GraphQL backend.

https://github.com/facebook/dataloader

1 comments

Great suggestion. We are currently working on getting this setup on our side!