CreateHandler not receiving request #131
Unanswered
Shashikant-Kew
asked this question in
Q&A
Replies: 1 comment 5 replies
-
graphql-http has thorough tests for each http framework's handlers (see here). Receiving requests is the backbone of all tests - and they all pass. There is a possibility there's something wrong with your setup or server instead. If you can share your server code and versions, or even better create a repro, I can take a look when I get some free time. Thanks! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Screenshot
Visualising is always helpful.
Expected Behaviour
Like graphqlHttp of express-graphql, createHandler of this package should receive request object
Actual Behaviour
No request response is availalble in createHandler
Debug Information
Help us debug the bug?
Further Information
Anything else you might find helpful.
Beta Was this translation helpful? Give feedback.
All reactions