UpdateListFolderInput
No description
input UpdateListFolderInput {
id: ID!
patch: PatchableListFolderFields!
}
Fields
UpdateListFolderInput.id
● ID!
non-null scalar
UpdateListFolderInput.patch
● PatchableListFolderFields!
non-null input
Member Of
updateListFolder
mutation