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


