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
If its still indeed a chromium issue, is there a workaround for identifying one graphQL call and mocking that one, and continuing the rest untouched?
Unfortunately there is no way currently to discriminate such requests based on post data. You could try changing the sending code to add some header or a url param, but that would require changing the app code.
Merging the report into #6479, please upvote that one instead.
System info
Source code
Just trying to do as simple as mocking all Graph QL calls so that I can identify which one is mine and mock that.
In Firefox it all works like a charm.
Found some other issues related to this
Looks like still related to
Chromium Bug
If its still indeed a chromium issue, is there a workaround for identifying one graphQL call and mocking that one, and continuing the rest untouched?
Thanks
The text was updated successfully, but these errors were encountered: