File upload concept - Taken from #116#626
File upload concept - Taken from #116#626designatednerd merged 7 commits intoapollographql:masterfrom kimdv:kimdv/graphql-file-upload
Conversation
|
@designatednerd I have started the PR. Now I need to figure out how to test the upload part. |
designatednerd
left a comment
There was a problem hiding this comment.
Added a few preliminary comments.
For testing, something that would be really helpful is to make sure that output from MultipartFormData matches what's expected in the GraphQL File Upload Spec.
|
@designatednerd I have resolved the comments in the code! |
designatednerd
left a comment
There was a problem hiding this comment.
Nice! Looking forward to the tests!
|
@designatednerd rebased and made it ready for review 🚀 |
designatednerd
left a comment
There was a problem hiding this comment.
Any comments I have are anal-retentive formatting nonsense I can fix myself after merging. Thank you so much for this! Gonna leave it open until tomorrow at 12:00 CEST (11:00 GMT) for any further comments or objections, and then I'll merge!
|
Thanks a lot! 🚀 |
|
Time's up, let's ship this! |
|
Hello @designatednerd, could you provide a concret example how to use file upload ? Thanks in advance |
|
@Drusy Mind opening the lack of documentation as a new issue? I'll try to get that going later this week. The short answer is that you should use the |
|
Linked to #681 (File upload v0.13 - Missing documentation ) |
This code is taken from #116