vesper
vesper copied to clipboard
Uploade image
how to upload image in Mutation?
I'm trying to do the same thing. Vesper uses apollo so I've been looking at apollo upload examples, but haven't gotten anything working yet.
I met the same problem
I try to transform image to base64 and then I can only use form-data to upload, but faild with no body-parser.
I found vesper use apppllo and express,and last I add bodyParser.urlencoded({ extended: true }) after the source code bodyParser.json()and the problem was solved.
But I don't know if there is a better way to resolve~~~///(^v^)\~~~