graphiql-apollo-tracing
graphiql-apollo-tracing copied to clipboard
poc graphiql with apollo-tracing support
GraphiQL Apollo Tracing Support
This is a prove of concept implementation that could be implemented in apollo-server by default.

Install
- Clone this repository
- cd into this repository
- run
yarn install - run
yarn dev - visit
localhost:3000/graphiql
Roadmap
- Better styling/visualisation of the data
- Figure out how to implement with apollo-server