apollo-tracing-elixir
apollo-tracing-elixir copied to clipboard
Apollo Tracing middleware for Absinthe
Any suggestions on setting up tracing for websocket?
Because tracing shows up in the return value, there should probably be a good way to tracing on or off. If you're testing your API for example you don't want...
Absinthe 1.4 added support for GraphQL subscriptions, as well as a support module for testing them. This module primes absinthe to load eagerly by running the schema with the default...
If I _only_ add tracing to the absinthe pipeline, it works. If I add tracing to the absinthe pipeline _and_ add `use ApolloTracing` to my schema, I get the error...