MoveListsToFolderInput
No description
input MoveListsToFolderInput {
folder_id: ID!
ids: [ID!]!
}
Fields
MoveListsToFolderInput.folder_id
● ID!
non-null scalar
The destination folder's folder_id.
MoveListsToFolderInput.ids
● [ID!]!
non-null scalar
An array of list IDs to move to another folder.
Member Of
moveListsToFolder
mutation