tgriesser/cypress-graphql-mock

Please upgrade README

jakubszalaty opened this issue · 1 comments

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.

Is there a 'proper' way to get it working with Angular?