nuxt-graphql-middleware
nuxt-graphql-middleware copied to clipboard
Experimental GraphQL Subscriptions
Adds experimental support for GraphQL subscriptions (#58)
- New WebSocket server handler /api/graphql_middleware/subscription
- New composable
useGraphqlSubscription
Todo:
- [ ] Tests
- [ ] (Maybe) add option to use a single
graphql-wsclient on the server, shared for all peers, when no authentication is needed - [ ] error handling, connection close handling