-
Notifications
You must be signed in to change notification settings - Fork 122
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
Feature Request: integrate with apollo-link-timeout #235
Comments
Hi @komyg !! I had never heard of ApolloLinkTimeout! Looking at the implementation here: https://github.com/drcallaway/apollo-link-timeout/blob/master/src/timeoutLink.ts I see that they add a fetchOptions hash & an AbortController to Apollo’s Link Context I think we could integrate with that. If you’re interested in contributing support for that, let me know! I hesitate to enable something like that by default for everyone, since they might want different timeouts for GraphQL vs link-rest calls, and maybe different per REST endpoint. But maybe we can build a parallel feature. |
Hi @fbartho, Sorry for the delay in my response. Yes, I would like to help, but currently I am delivering a big project, so I would only be available after november 15. Is that ok? Thanks, |
@komyg please let me know if you or someone else wants to contribute a timeout-integration! Happy to review a PR. |
Hi @fbartho, I am sorry, but I don't have the time to contribute right now. Feel free to close this issue, if you want. |
@fbartho looking at possibly taking a crack at implementing this feature but I'll admit I'm not familiar with |
Hi,
Is it possible to configure a timeout for the Apollo Link REST calls? I tried to use the Apollo Link Timeout, but it is only working for the standard Graphql calls.
My configuration is this:
Am I doing something wrong?
Thanks,
Felipe
/label question
The text was updated successfully, but these errors were encountered: