Mutations
/add_file_to_update
add_file_to_update
Add a file to an update.
Arguments
file
File!
Required
The file to upload.update_id
ID!
Required
The update to add the file to.
Returns
- Add a file to an update.
mutation add_file_to_update($file: File!, $update_id: ID!) { add_file_to_update(file: $file, update_id: $update_id) { # add_file_to_update fields } }
Built with