Files
TechradarDev/radar/2019-11-01/apollo-client.md
Daniel Pötzinger bcf1ead9b3 documentation: Add tags to all featured blibs (#139)
* documentation: add tags to all featured blips
2022-11-18 11:39:23 +01:00

10 lines
385 B
Markdown

---
title: "Apollo Client"
ring: trial
quadrant: tools
tags: [architecture]
---
The [Apollo Client](https://github.com/apollographql/apollo-client) is a tool to efficiently work together with an GraphQL server.
It makes it easy to run your queries and mutations, cache results, brings tooling to download schemas and generate types to name a few of the useful features.