In Blue, every record has to be associated with one list. To move a record to a different list, you can use the following mutation:
mutation MoveTodo { moveTodo( input: { todoId: "todo-id" todoListId: "todo-list-id" } ) }
Tags
You can use tags to categorize records using the Blue API.
Assign Record
Learn how to assign records to users using the Blue API.
Help