Changing the name of a board
July 6th, 2022
You can now use the name attribute in your update_board mutation, to change the name of a board.
An example of this would be:
mutation {
update_board(board_id: 1234567890, board_attribute: name, new_value: "New board name")
}