CreateListInput
No description
input CreateListInput {
classic_folder_id: ID
folder_id: ID
name: String!
}
Fields
CreateListInput.classic_folder_id ● ID scalar
CreateListInput.folder_id ● ID scalar
CreateListInput.name ● String! non-null scalar
Member Of
createList mutation ● CreateListBelongsTo input ● UpdateListBelongsTo input


