问题 I'm using react-dropzone and graphql-server-express-upload to upload an image all in GraphQL Apollo. In my client the file looks like this: But in the server, when I log it, it looks like this: { preview: 'blob:http://localhost:3000/c622b0bd-3f0d-4f52-91f4-7676c8534c59' } I'm following the instructions in the readme in graphql-server-express-upload, but no luck so far. How do I get the full image? 回答1: I ended up using apollo-upload-client, works great! 回答2: A different approach is to convert