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.