I saw some examples where files are uploaded from the browser. Is it somehow possible to use apollo-upload-client also from nodejs? According to the documentation the Upload!-variable has to be FileList, File, Blob or ReactNativeFile. I wasn't able to imitate one of those objects in nodejs. Any ideas how to do this?