graphiql-apollo-tracing icon indicating copy to clipboard operation
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.

Preview Screenshot

Install

  1. Clone this repository
  2. cd into this repository
  3. run yarn install
  4. run yarn dev
  5. visit localhost:3000/graphiql

Roadmap

  • Better styling/visualisation of the data
  • Figure out how to implement with apollo-server