-
Notifications
You must be signed in to change notification settings - Fork 5
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
Chain module #92
Comments
Thank you for the comment. Yes, I removed because I exposed axios config as 3rd param in the request and in chain mode it will conflict with multiple chaining, so it need to be reworked a bit, so I removed it in a short term but definitely will added it agin soon |
earnestly looking forward to this (chain implementation). for my nuxt3 project, I would use a custom fetcher (oh-my-fetch), as it is inbuilt an isomorphic |
@meabed
and include config as a 4th parameter for chain methods like
|
@meabed I didn't get any response on this. Is this now included ? |
Thanks @shiftlabs1 would you share an idea how do you want to use this feature? |
@meabed , its same way it's used in genql. its a genql feature that was omitted in your fork , no ? |
Yes, I removed it as was conflicting with sending custom headers or axios config while chaining |
I noticed the chain feature was not carried over from genql. any reason for that ? alongside the dependency upgrade/introduction and axios, it would be nice to keep the chain syntax
The text was updated successfully, but these errors were encountered: