Upload Files
First you need to use createFiles
query to get the file url,
and then you have to upload your file to that url.
- GraphQL
- JS Client
Our javascript client have a function to automatically create and upload the files for you.
It takes an extra File
object as an argument.