INPUT_OBJECT

UploadFileInput

Input for uploading a single file with optional folder placement

link GraphQL Schema definition

  • input UploadFileInput {
  • # The file to upload
  • file: 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
  • }