apollo-server-integration-h3
apollo-server-integration-h3 copied to clipboard
Improve ws protocol handling
- Allow early rejects of protocol using a helper method similar to bun: https://github.com/enisdenjo/graphql-ws/blob/6013eb54829b27bd7c598f0985ec80a0e1acf09c/website/src/pages/get-started.mdx#with-bun
- Print helpful error message in case the old transport graphql protocol is used, similar to fastify: https://github.com/enisdenjo/graphql-ws/blob/6013eb54829b27bd7c598f0985ec80a0e1acf09c/src/use/%40fastify/websocket.ts#L184-L192
Blocked by https://github.com/unjs/crossws/issues/31.