"mutation {
    moveDocumentToFolder(
        document_id: \"$documentId\",
        folder_id: \"$folderId\"
    )
}"