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 344 forks source link

Add warnings about observers to the documentation #1249

Open nsnyder opened 4 years ago

nsnyder commented 4 years ago

This is intended to address the concerns in Issue #298. It adds warnings about using subscriptions on observers and suggests alternate methods of accomplishing the desired goal.

apollo-cla commented 4 years ago

@nsnyder: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/

nsnyder commented 4 years ago

@evans Would it be possible to get this merged into the documentation until a code fix exists for issue #298 ?