-
-
Notifications
You must be signed in to change notification settings - Fork 628
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
Error linke not working #516
Comments
can you try |
@bsr203 unfortunately it does not work. What version of graphql-flutter are you using? I am currently using |
|
What about And is it working when you concat just two Links? You can also try the Link.from function and see if it works. |
@serendipity1004 @mainawycliffe |
same problem for me, any news or idea ? |
The order the links are concatenated matters. This ow i set it up to get a token that was passed in the header.
I think you can substitute tokenLink for errorLink and it should work. |
ok thx for your answer but I try with this and it works |
This is outdated / likely solved by using |
I am using below code to concat error link to auth link and http link. However, the prints in the ErrorLink do not show when I purposefully cause error. I might be using it wrong because it's not documented. Any suggestions what might be wrong?
The text was updated successfully, but these errors were encountered: