apollographql / apollo-link

:link: Interface for fetching and modifying control flow of GraphQL requests
https://www.apollographql.com/docs/link/
MIT License
1.44k stars 347 forks source link

Allow RxJS interop #332

Open blackxored opened 6 years ago

blackxored commented 6 years ago

Similar to apollo-client which uses symbol-observable.

loganpowell commented 6 years ago

I'm jumping in on this thread to support your request @blackxored. I'm super confused about how to use the 'observables' from apollo-link (state/http/etc.) I know it's pre 1.0, but it would be handy for the INCREDIBLE and wonderful team @apollo to put out some guidance as to how folks could best take advantage of these new streams :) I'm grasping at air atm.

The best I can gather is that: 1) There are observables (zen) 2) Just kidding. There is nothing else I've gathered.

I'm excited for the prospect of streaming state and streaming async data. I'm just at a loss for how to 'do the thang' ;)