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