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
Publish response from the WebSocketTransport to the ApolloStore (#1889)
* publish response from the WebsocketTransport to the Apollo store
* fix build by making methods public
* update tests
* update StarWars tests
* update Playground
* make the `store` optional to init `WebSocketTransport`
Copy file name to clipboardExpand all lines: Playgrounds/ApolloMacPlayground.playground/Pages/Subscriptions.xcplaygroundpage/Contents.swift
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,10 @@ let normalTransport = RequestChainNetworkTransport(interceptorProvider: DefaultI
31
31
//: Next, set up the `WebSocketTransport` to talk to the websocket endpoint. Note that this may take a different URL, sometimes with a `ws` prefix, than your normal http endpoint:
0 commit comments