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
For those who find this pressing, I ended up supporting single File objects, File arrays, and FileList objects anywhere within mutation or query variables with apollo-upload-client.
Basically, allow for mutations instead of just like this:
Also like this:
File
object to send as a mutation parameter:To get this to work, handle
File
as well asFileList
here and here.The text was updated successfully, but these errors were encountered: