Adding apollo tracing to api #1827
Replies: 6 comments
-
sorry for late response. I'll be doing something... |
Beta Was this translation helpful? Give feedback.
-
@miamollie https://github.com/99designs/gqlgen/blob/master/graphql/handler/apollotracing/tracer_test.go#L33-L35 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Nope, stale. |
Beta Was this translation helpful? Give feedback.
-
I've added this line to my code An |
Beta Was this translation helpful? Give feedback.
-
@pablote you may need to activate tracing in GraphiQL, on the bottom right. |
Beta Was this translation helpful? Give feedback.
-
I'm struggling to figure out a way to add tracing to gqlgen. Based on the example found here,
handler.Graphql
is being used but in all recent examples the api is different.Here's my implementation:
In my handler file
In my api file
Based on digging, I found this issues that might be related: 99designs/gqlgen-contrib#19 @vvakame
Beta Was this translation helpful? Give feedback.
All reactions