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?