When using the items_by_column_values to return a set of pulses the state on each item does not match the state of the item within the board.
To reproduce
create new board
add item
archive item
query board using items_by_column_values
see archived item has state = “active”
{
items_by_column_values(board_id: x column_id: "text", column_value: "X") {
id
name,
state
}
}