I'm using this package as a fetch implementation for the Apollo Client in Gatsby. I want to upload files to the server, so I'm using the package: apollo-upload-client. But when inspecting the payload that gets sent, it says:
[object FormData], instead of serializing everything.
Any suggestions on how to fix this?