Introduction
Apollo Client helps you easily get data from a GraphQL server and use it in your app.
You want to fetch data from a GraphQL API in your web or mobile app.
You need to manage and cache data from a server to improve app speed.
You want to update your app UI automatically when data changes.
You want to simplify sending queries and mutations to a GraphQL server.