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
I quickly created a PR for showcasing usage with patches using apollo-client: #950
The patch middlewares are built around AsyncIterables, thus you first need to convert the EventSource into an AsyncIterable, then apply the patch transforms and last apply the async iterable to the Observable sink.
Of course, this process would be more straightforward if all the GraphQL clients did not decide to use their own "stream"-like structure and instead use JavaScript native structures (AsyncIterable). Anyways that is just me ranting a bit. 😁
Repository owner
locked and limited conversation to collaborators
Jul 29, 2022
I don't understand how the example in the readme is meant to be applied to a project which uses
apollo-client
.What is
networkLayer
? It seems like I should be adding a link which runs after the websocket transport link.The text was updated successfully, but these errors were encountered: