-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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 below:
** (BadStructError) expected a struct named ApolloTracing.Schema.Execution.Resolver, got: %{duration: 4000, ...
My Absinthe related deps are:
{:absinthe, "~> 1.4.0-beta.3", override: true},
{:absinthe_plug, "~> 1.4.0-beta.2"},
{:absinthe_ecto, "~> 0.1.2"},
{:apollo_tracing, git: "https://github.com/sikanhe/apollo-tracing-elixir.git"}Maybe worth noting, I couldn't get
apollo_tracingto install without referencing the github repo directly. The absinthe override is to dueabsinthe_ecto
Metadata
Metadata
Assignees
Labels
No labels