Releases: apollographql/apollo-client-devtools
Releases · apollographql/apollo-client-devtools
2.0.6
Installation
This is the last version of the devtools that works with apollo-client 1.*
. If you are still on a pre 2.*
version of apollo-client, download the attached zip file and install it to chrome.
Once you have the zip file saved, unzip it and then go to chrome://extensions (or find it in your menu in more tools > extensions), then activate the developer mode on the top right of the page:
Then to install the extension, you just have to click on the recently unzipped folder on your computer:
Once you choose the folder, you should see the Apollo tab in your devtools when looking at your app!
v1.0.9
v1.0.4
v1.0.3
Initial Release
The 3 main features of the initial release are:
- A built-in GraphiQL console that allows you to make queries against your GraphQL server using your app's network interface directly (no configuration necessary).
- 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.
- An Apollo cache inspector that displays your client-side Redux store in an Apollo-Client-friendly way. You can explore the state of the store through a tree-like interface, and search through the store for specific field keys and values.