-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Aborting pending requests #11
Comments
That makes sense! |
Looking forward on having |
This would be useful. |
what good @trevlar |
what good goodber |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
I'm not sure if that's a responsibility of this lib or not but i'm building a search widget based on graphql server and graphql.js lib and was wondering - is there any way to abort/cancel pending request done by graphql.js?
Sometimes user changes his query during load of a previous query which generates two parallel requests and leads to weird results. It would be great to be able to run some
abort()
method onmutate()
orquery()
instance to kill the request.Thanks!
The text was updated successfully, but these errors were encountered: