nuxt-graphql-middleware icon indicating copy to clipboard operation
nuxt-graphql-middleware copied to clipboard

Experimental GraphQL Subscriptions

Open dulnan opened this issue 7 months ago • 0 comments

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-ws client on the server, shared for all peers, when no authentication is needed
  • [ ] error handling, connection close handling

dulnan avatar May 05 '25 11:05 dulnan