-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File upload concept - Taken from #116 #626
File upload concept - Taken from #116 #626
Conversation
@designatednerd I have started the PR. Now I need to figure out how to test the upload part. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Looking forward to the tests!
@designatednerd rebased and made it ready for review 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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