You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have defined a simple subscription which works perfectly without Apollo Tracing. When I use apollotracing extension, all the queries work perfectly fine, but the subscription panics with "missing tracing extension" error.
After some debugging I found that InterceptField is being called before InterceptResponse for the apollo.Tracer, hence the extension is never registered.
What did you expect?
No panic for using Apollo Tracing with Subscriptions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What happened?
I have defined a simple subscription which works perfectly without Apollo Tracing. When I use
apollotracing
extension, all the queries work perfectly fine, but the subscription panics with "missing tracing extension" error.After some debugging I found that
InterceptField
is being called beforeInterceptResponse
for theapollo.Tracer
, hence the extension is never registered.What did you expect?
No panic for using Apollo Tracing with Subscriptions.
Minimal graphql.schema and models to reproduce
versions
gqlgen version
v0.11.2go version
? go version go1.14 darwin/amd64The text was updated successfully, but these errors were encountered: