Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Move an uploaded file to a new location

Operation details

FieldValue
NamemoveUpload
GroupUploads
TypeMutation
SignaturemoveUpload(input: MoveUploadInput!): MoveUploadPayload!

Playground

Query

Query
mutation MoveUpload($input: MoveUploadInput!) {
  moveUpload(input: $input) {
    error
    success
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "sourcePath": "",
    "destinationPath": ""
  }
}