Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Move file mutation.
| Field | Value |
|---|---|
| Name | moveFile |
| Group | Files |
| Type | Mutation |
| Signature | moveFile(input: MoveFileInput!): MoveFilePayload |
mutation MoveFile($input: MoveFileInput!) {
moveFile(input: $input) {
error
path
success
}
}
{
"input": {
"sourcePath": "",
"destinationPath": ""
}
}