CreateListFolderInput
No description
input CreateListFolderInput {
name: String!
parent_id: Int
}
Fields
CreateListFolderInput.name
● String!
non-null scalar
CreateListFolderInput.parent_id
● Int
scalar
Member Of
createListFolder
mutation