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


