You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does it work with apollo client?
I'm trying to create mock client in cypress to graphql subscription,
but apollo use ‘WebSocketLink’ instead of ‘WebSocket’ so it did not work.
How can I use it with cypress and graphql?
The text was updated successfully, but these errors were encountered:
Ofrishani
changed the title
How to mock Apollo server to test graphql subscription
How to mock Apollo client to test graphql subscription
Dec 1, 2021
Does it work with apollo client?
I'm trying to create mock client in cypress to graphql subscription,
but apollo use ‘WebSocketLink’ instead of ‘WebSocket’ so it did not work.
How can I use it with cypress and graphql?
The text was updated successfully, but these errors were encountered: