CloneFolderInput
No description
input CloneFolderInput {
folder_id: ID
id: ID!
name: String!
}
Fields
CloneFolderInput.folder_id ● ID scalar
Parent Folder under which the cloned folder will be nested
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
Member Of
cloneFolder mutation


