Apollo Client DevTools Integration

February 15, 2019 ยท View on GitHub

React Native debugger has integration for the Apollo Client DevTools, you can see the Apollo tab in Developer Tools:

screen shot 2019-02-01 at 1 51 27 pm

To ensure it works, you must use Apollo Client ^2.0.

If the apollo tab doesn't appear, toggle developer tools off and on again.

You can read Apollo DevTools documentation).

Other documentations