Skip to main content
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": ""
  }
}