To assign a record to a user, you can make the following mutation:
mutation SetTodoAssignees { setTodoAssignees( input: { todoId: "todo-id" assigneeIds: ["assignee-id"] } ) { success } }
Move Record to List
Learn how to move a record to a different list.
List Custom Fields
Learn how to list custom fields using the Blue API.
Help