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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: