Michael Brook

Results 7 comments of Michael Brook

I also recently had this issue and thought I would leave my solution. This seems to be more related to Apollo. Adding `fetchPolicy: "network-only"` after variables will force the request...

Hey @hwillson, This one gave me a run for my money to cut down to a reproduction, but I finally got it: https://codesandbox.io/s/competent-worker-7qu3p1?file=/src/index.jsx Turns out there are some more specific...

Hello, This would be your own server-side script to handle the upload logic. It doesn't even have to be written in PHP; it can be in whatever language you want.

You can see [this](https://github.com/michaelcbrook/simpleUpload.js#same-domain-upload) for guidance.

No, it comes back as an empty object: {}

I have tried these new changes as of a few days ago. While it works, I ran into another issue where I needed to stop GraphQL websockets from conflicting with...