Hi,
how to upload files to graphQL and use it to query monday to add file to an update?
query example:
mutation ($file: File!) {
add_file_to_update(update_id: 1212121, file: $file) {
id
}
}
.
how to pass a file to that variable name ‘file’. And what is the format of that file should be?