Replies: 1 comment
-
Hey! Thank you for reaching out! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am getting an error:
TypeError: RequestInit: duplex option is required when sending a body.
at new Request (node:internal/deps/undici/undici:6082:19)
As far as i understand, Request now requires duplex explicitly set. nodejs/node#46221
Anyone have any insight on how i can hard set duplex on graphql-yoga? (or next)
I am on:
Beta Was this translation helpful? Give feedback.
All reactions