altair-graphql-plugin-tracing
v1.0.3
Published
Apollo tracing visualization for [Altair GraphQL client](https://altair.sirmuel.design/). Ported (retrofitted) from https://github.com/graphql/graphql-playground
Downloads
4
Readme
altair-graphql-plugin-tracing
Apollo tracing visualization for Altair GraphQL client. Ported (retrofitted) from https://github.com/graphql/graphql-playground
Development
Run yarn parcel watch src/index.ts
(or build
) and run yarn web-server
on another terminal.
Open any available Altair GraphQL client and add the following plugin:
url:[email protected]::[url]->[http://localhost:8002]
If you change the port of the web server, make sure to update the plugin accordingly also.