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
This plugin isn't working for angular apps because of apollo-angular-link-http is using xhr to fetching data. This plugin works only for apollo links which are using fetch (like this in react).
I guess this info should be included in the readme.
The text was updated successfully, but these errors were encountered:
This plugin isn't working for angular apps because of
apollo-angular-link-http
is usingxhr
to fetching data. This plugin works only for apollo links which are usingfetch
(like this in react).I guess this info should be included in the readme.
The text was updated successfully, but these errors were encountered: