Adds an example of using MSW to intercept graphql-ws WebSocket-based subscriptions in GraphQL.
Todos
[ ] Migrate to an actual client like Apollo to have real-world UI updates. I see no way to "push" a new greeting as a result of some operation, like a mutation.
Adds an example of using MSW to intercept
graphql-ws
WebSocket-based subscriptions in GraphQL.Todos