CreateFolderInput
No description
input CreateFolderInput {
name: String!
parent_id: ID
type: FolderType!
}
Fields
CreateFolderInput.name ● String! non-null scalar
CreateFolderInput.parent_id ● ID scalar
CreateFolderInput.type ● FolderType! non-null enum
Member Of
createFolder mutation


