-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement basic network error handling #118
Conversation
@stubailo so this removes the |
Currently, it shims But it might be kind of pointless to have that, since |
@stubailo: Yeah, the shim was just to not to have to change the tests while I was working on it. Definitely should be removed. |
OK, going to do that now! |
Filed a docs issue: https://github.com/apollostack/docs/issues/12 |
OK, looks like error handling works, we can implement the observable API on top of this. |
* Recommended that gql literals be imported in all files. * Fixed error and switched to new graphql-tag package
Extracted from @martijnwalraven's PR #97
Fixes #78