Skip to content

Releases: apollographql/apollo-client-devtools

v1.0.4

21 Jan 20:51

Choose a tag to compare

Added support for devtools in dark mode

v1.0.3

18 Dec 07:25

Choose a tag to compare

Add support for multiple queries in GraphiQL.

Initial Release

14 Dec 09:01

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.