-
Notifications
You must be signed in to change notification settings - Fork 19
GraphQL File Uploads
Maxwell edited this page Jun 28, 2020
·
2 revisions
The upload example demonstrated in the sample app uses multipart request specification, keep in mind that this is not the only way to achive file uploads but the idea is showcase a concept on how this should work
Big thanks to Youssef Habri for building a development graphql-file-upload, that implements the spec mentioned above at short notice. Please visit the repository and use the provided docker instructions to set up the server.
After you've finished setting up the server you'll need to find the following files (which you can easily do by using the TODO window in android studio):
That's it!