trojanowski / react-apollo-hooks

Use Apollo Client as React hooks
MIT License
2.41k stars 110 forks source link

how about file uploads? #174

Open justinantony opened 5 years ago

justinantony commented 5 years ago

can we do file uploads with useMutation?

jzabala commented 5 years ago

Sure you can. I am uploading images using a mutation by converting the images to base64 first.