Closed MagedAlNaamani closed 1 year ago
Where you are receiving the error, in the was or in the HTTP client?
But in all your example I see a wrong usage of the link, or a usage that I did not know.
I use somethings like
final Link link = Link.split(
(request) => request.isSubscription,
wsLink,
httpLink,
);
closing for lack of reproducible, feel free to reopen it if you find a good example
Hi
I am trying to add access token but I am not sure what is the right way using this package?
Here is my code. Can someone tell me where the mistake?
First way:
Second way:
Third way:
All of these way not work. I debug the token is reach to all the ways.