graphql-yoga's handleNodeRequestAndResponse returns a Response with a Web API ReadableStream body. Fastify's reply.send() requires a Node.js Readable stream, causing all GraphQL requests to hang indefinitely. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>