MoveListsToFolderInput
No description
input MoveListsToFolderInput {
classic_folder_id: ID!
ids: [ID!]!
}
Fields
MoveListsToFolderInput.classic_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


