Skip to content

Initial Release

Compare
Choose a tag to compare
@daniman daniman released this 14 Dec 09:01

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.