Apollo Client Devtools is a Firefox add-on for the open-source GraphQL client, Apollo Client. This extension has 4 main features:
1. A built-in explorer that allows you to make queries against your GraphQL server using your app's network interface directly (no configuration necessary).
2. A query watcher that shows you which queries are being watched by the current page, when those queries are loading, and what variables those queries are using.
3. A mutation inspector that displays the mutations made to your Apollo Client application data.
4. A cache inspector that displays your Apollo Client cache data. You can explore the cache through a tree-like interface, and search for specific field keys and values.
Code for this extension can be found at: https://github.com/apollographql/apollo-client-devtools
To learn more about Apollo, see: https://www.apollographql.com
- License: MIT License
- Weekly downloads: 157
- Average daily users: 7356
- Rating: 3.9615/5 of 26 ratings
- Created: 2018-02-01 19:42:13
- Last updated: 2023-02-07 07:34:45
- Homepage: https://www.apollographql.com
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/apollo-developer-tools/
- API: {a5260852-8d08-4979-8116-38f1129dfd22}