antoniosZ
antoniosZ
This appears to be a regression in `0.10.0` and does not happen in `0.9.0`
could this be related to Windows file paths? remember, file paths in windows look different than in linux/mac and the OP has windows 7
it is probably related to windows file system paths... note that the OP has Windows 10
the only way I got graphql batch requests to be intercepted, is by using rest with the full request URL, like so: ``` rest.post('https://my-graphql-server/endpoint', (req, res, ctx) => { ......
@msutkowski I tried linking and that didn't help. I'll see if I can quickly create a repro
@msutkowski Unfortunately, I could not find a public graphql server to use for the repro, that supports query batching. please let me know if you have one available and then...
@msutkowski this is exactly what is happening. It posts an array, instead of an object... I wish I could say I have the time to work on it, but I...
thank you @msutkowski but unfortunately, it does not work. It appears that the problem is here: https://github.com/mswjs/msw/pull/513/files#diff-6178a21f02701c9f8fa7ae2cc995b08165615a3afddac155fb850e355269897aR154
thank you for working on this @msutkowski! Is there a new commit that you would like me to test?