Graphql instrumentation not working when using urql as a graphql client #4731
Unanswered
Amangiri99
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
In one of our backend services we are using urql as our graphql client. But to my surprise the graphql instrumentation wasn't working the resolvers details weren't being added.
As per urql maintainers the client doesn't wrap the graphql module. So they suggested a workaround to aliasing there core graphql module i.e:
@0no-co/graphql.web
tographql
. So is that the best possible way or is there any other method that I can incorporate.You can check the discussion here: urql-graphql/urql#3593 (comment)
Beta Was this translation helpful? Give feedback.
All reactions