Ghirro / graphql-network

Chrome Devtool that provides a "network"-style tab for GraphQL requests to allow developers to debug more easily.
321 stars 33 forks source link

API for getting data from graphql clients? #5

Open wmertens opened 7 years ago

wmertens commented 7 years ago

In analogy to the redux devtools middleware you can add, it would be nice to have something that you can call from the client code so that this extension gets all graphql requests as well as the result data, even when the request is done over websocket or if it was served from cache…