Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.21 KB

apollo-client.md

File metadata and controls

18 lines (15 loc) · 1.21 KB

Bookmarks tagged [apollo-client]

https://www.youtube.com/watch?v=zWhVAN4Tg6M

Explains the Graph part in GraphQL and how Apollo Client handles caching and the assumptions it makes.


https://www.apollographql.com/blog/the-concepts-of-graphql-bc68bd819be3/

GraphQL is often explained as a “unified interface to access data from different sources”. Although this explanation is accurate, it doesn’t reveal the underlying ideas or the motivation behind GraphQ...