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

  • Asset
    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
}
}
add_file_to_columnadd_subscribers_to_board
Built with