Skip to content

Releases: apollographql/apollo-client-devtools

2.0.6

01 Feb 03:00
d8d37bf
Compare
Choose a tag to compare

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:

dev mode

Then to install the extension, you just have to click on the recently unzipped folder on your computer:

use

Once you choose the folder, you should see the Apollo tab in your devtools when looking at your app!

v1.0.9

06 May 01:53
Compare
Choose a tag to compare

Changes:

  • Add color to the extension icon when Apollo is connected #34

v1.0.4

21 Jan 20:51
Compare
Choose a tag to compare

Added support for devtools in dark mode

v1.0.3

18 Dec 07:25
Compare
Choose a tag to compare

Add support for multiple queries in GraphiQL.

Initial Release

14 Dec 09:01
Compare
Choose a tag to compare

The 3 main features of the initial release are:

  1. 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).
  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. 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.