INPUT_OBJECT
Input for uploading a single file with optional folder placement
input UploadFileInput {# The file to uploadfile: Upload!# ID of the folder to upload the file to (null for root directory)folderId: String# Relative path for the file (used for batch uploads with folder structure)relativePath: String}