-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Is there any way I can send FormData through client.mutate() ? I have a file which needs to be sent as FormData to backend as POST request. We are using a wrapper function over client.mutate() to send file, but it is sent as blank object, seems due to JSON.stringify present inside the mutate function applied to data.
Line 239 in 025e7f6
| options.body = JSON.stringify(data) |
Would be helpful if you can suggest a way for it.
Metadata
Metadata
Assignees
Labels
No labels