Replies: 2 comments
-
@minhazfm have you tested it with successful queries, or only with queries that failed? I found a section of code that might be missing in the index file to capture the error responses.
index: line 253 |
Beta Was this translation helpful? Give feedback.
-
Hi all, Has there been any movement on this? I would like to leverage the responseMiddleware if at all possible? Keep up the good work :) |
Beta Was this translation helpful? Give feedback.
-
Hey everyone, not sure if this is something I'm doing, but I am trying to use the latest middleware features referenced here (#170), and not able to trigger the
responseMiddleware
function (requestMiddleware
seems to work fine though). Here's the basic setup of my code:GraphQL Request Service Hook
Test Query Hook
As you can see I also set the
errorPolicy: "all"
and also switched to a rawRequest to see if that would help, but still don't get any of the console logs under theresponseMiddleware
. Any guidance or help would be very much appreciated here, thank you in advance!Beta Was this translation helpful? Give feedback.
All reactions