Mutations
/update_board
update_board
Update Board attribute.
Arguments
board_attributeBoardAttributes!Required
The board's attribute to update (name / description / communication)board_idID!Required
The board's unique identifiernew_valueString!Required
The new attribute value.
Returns
- Update Board attribute.
mutation update_board($board_attribute: BoardAttributes!, $board_id: ID!, $new_value: String!) { update_board( board_attribute: $board_attribute board_id: $board_id new_value: $new_value ) { # update_board fields } }
Built with