feat: support GraphQL subscriptions #1985
Annotations
2 errors and 2 warnings
test/node/graphql-api/graphql-subscription.test.ts > intercepts and mocks a GraphQL subscription:
test/node/graphql-api/graphql-subscription.test.ts#L37
Error: WebSocket implementation missing; on Node you can `import WebSocket from 'ws';` and pass `webSocketImpl: WebSocket` to `createClient`
❯ Module.createClient node_modules/.pnpm/[email protected][email protected]/node_modules/graphql-ws/lib/client.mjs:73:15
❯ test/node/graphql-api/graphql-subscription.test.ts:37:18
|
build
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
No files were found with the provided path: test/browser/test-results. No artifacts will be uploaded.
|