-
Hello gentlemen! Can i use websocket connection with aws lambda and graphQL playground?
What i use:
NodeJS 8.10
GraphQL 14.3.1
Serverless
AWS Lambda
My websocket server is a Lambda function …
-
#### This issue pertains to the following package(s):
- [ ] GraphQL Playground - Electron App
- [ ] GraphQL Playground HTML
- [x] GraphQL Playground
- [ ] GraphQL Playground Express Middleware
…
-
Hello! I am getting an error in generating a WebSocket connection, specifically:
```
Uncaught DOMException: Failed to construct 'WebSocket': The URL 'undefined' is invalid.
```
I've done a lit…
-
#### This issue pertains to the following package(s):
- [ ] GraphQL Playground - Electron App
- [ ] GraphQL Playground HTML
- [x] GraphQL Playground
- [ ] GraphQL Playground Express Middleware
…
-
#### This issue pertains to the following package(s):
- [ ] GraphQL Playground - Electron App
- [x] GraphQL Playground HTML
- [x] GraphQL Playground
- [ ] GraphQL Playground Express Middleware
…
ab-pm updated
4 years ago
-
#### This issue pertains to the following package(s):
- [ ] GraphQL Playground - Electron App
- [ ] GraphQL Playground HTML
- [x] GraphQL Playground
- [ ] GraphQL Playground Express Middleware
…
-
#### This issue pertains to the following package(s):
- [x] GraphQL Playground - Electron App
- [ ] GraphQL Playground HTML
- [ ] GraphQL Playground
- [ ] GraphQL Playground Express Middleware
…
-
Both, libcurl and Vibe.d supports websocket. It would be great if you could add Websocket support to requests.
- https://phpandmore.net/2015/02/17/implementing-web-sockets-with-curl/
- https://git…
-
I'm testing this with GraphQl Playground (connected to http://localhost:62222/graphql) - mutations and queries working fine but it I'm trying to run subscription I'm getting this error:
```
{
"…
-
### What happened?
When the `initFunc` of the `transport.Websocket{}` return an error the websocket is not close but spam the init function
### What did you expect?
The websocket is closed and on…