CloneFolderInput
No description
input CloneFolderInput {
id: ID!
name: String!
folder_id: ID
}
Fields
CloneFolderInput.id ● ID! non-null scalar
ID of the Folder to clone
CloneFolderInput.name ● String! non-null scalar
Name for the new Folder that will be created
CloneFolderInput.folder_id ● ID scalar
Parent Folder under which the cloned folder will be nested
Member Of
cloneFolder mutation


