You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
we have been using Apollo with Angular 8 for a long time now, using the apollo-angular-link-http module. I thought I'd give the batch http link a try, but it seems it's not exactly a one-to-one replacement for the http-link, as I thought.
Hi,
we have been using Apollo with Angular 8 for a long time now, using the apollo-angular-link-http module. I thought I'd give the batch http link a try, but it seems it's not exactly a one-to-one replacement for the http-link, as I thought.
Specifically, I tried to replace:
with:
and I'm getting the error:
Am I missing something?
Thank you in advance.
The text was updated successfully, but these errors were encountered: