mercurius-js / mercurius

Implement GraphQL servers and gateways with Fastify
https://mercurius.dev/
MIT License
2.33k stars 234 forks source link

fix mutation over websocket/subscription #986

Closed tomi-bigpi closed 1 year ago

tomi-bigpi commented 1 year ago

Fixes issue where mutations are not allowed over web sockets (subscriptions).

See: https://github.com/mercurius-js/mercurius/discussions/977