Skip to content

XKojiMedia/altair-graphql-plugin-tracing

Repository files navigation

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.