Inputs
CopyFolderInput
Input object for copying a folder.
Fields
sourceFolderId* ID! non-null | ID of the folder to be copied. |
destinationProjectId* ID! non-null | ID of the project where the folder has to be copied. |
destinationFolderId | ID of the destination folder. If not provided, then folder will be copied into the project. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Input for Mutation | copyFolder | Copy a folder from a project or folder to another project or folder. |