Skip to content

GraphQL File Uploads

Maxwell edited this page Jun 28, 2020 · 2 revisions

GraphQL File Uploads

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

Setting it up

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!

Clone this wiki locally