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